Uses of Class
com.impossibl.postgres.protocol.sasl.scram.gssapi.Gs2CbindFlag
-
Packages that use Gs2CbindFlag Package Description com.impossibl.postgres.protocol.sasl.scram.gssapi com.impossibl.postgres.protocol.sasl.scram.message -
-
Uses of Gs2CbindFlag in com.impossibl.postgres.protocol.sasl.scram.gssapi
Methods in com.impossibl.postgres.protocol.sasl.scram.gssapi that return Gs2CbindFlag Modifier and Type Method Description static Gs2CbindFlag
Gs2CbindFlag. byChar(char c)
Gs2CbindFlag
Gs2Header. getChannelBindingFlag()
static Gs2CbindFlag
Gs2CbindFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Gs2CbindFlag[]
Gs2CbindFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.impossibl.postgres.protocol.sasl.scram.gssapi with parameters of type Gs2CbindFlag Modifier and Type Method Description static Gs2Attributes
Gs2Attributes. byGS2CbindFlag(Gs2CbindFlag cbindFlag)
Constructors in com.impossibl.postgres.protocol.sasl.scram.gssapi with parameters of type Gs2CbindFlag Constructor Description Gs2Header(Gs2CbindFlag cbindFlag)
Construct and validates a Gs2Header with no authzid nor channel binding.Gs2Header(Gs2CbindFlag cbindFlag, String cbName)
Construct and validates a Gs2Header with no authzid.Gs2Header(Gs2CbindFlag cbindFlag, String cbName, String authzid)
Construct and validates a Gs2Header. -
Uses of Gs2CbindFlag in com.impossibl.postgres.protocol.sasl.scram.message
Methods in com.impossibl.postgres.protocol.sasl.scram.message that return Gs2CbindFlag Modifier and Type Method Description Gs2CbindFlag
ClientFirstMessage. getChannelBindingFlag()
Constructors in com.impossibl.postgres.protocol.sasl.scram.message with parameters of type Gs2CbindFlag Constructor Description ClientFirstMessage(Gs2CbindFlag gs2CbindFlag, String authzid, String cbindName, String user, String nonce)
Constructs a client-first-message for the given parameters.
-