Uses of Enum Class
com.ongres.scram.common.gssapi.Gs2CbindFlag
Packages that use Gs2CbindFlag
Package
Description
-
Uses of Gs2CbindFlag in com.ongres.scram.client
Fields in com.ongres.scram.client declared as Gs2CbindFlagModifier and TypeFieldDescriptionprivate final Gs2CbindFlag
ScramClient.ChannelBinding.gs2CbindFlag
Methods in com.ongres.scram.client that return Gs2CbindFlagMethods in com.ongres.scram.client with parameters of type Gs2CbindFlagModifier and TypeMethodDescriptionScramSession.clientFirstMessage
(Gs2CbindFlag gs2CbindFlag, String cbindName, String authzid) Returns the text representation of a SCRAM client-first-message, with the GSS-API header values indicated.Constructors in com.ongres.scram.client with parameters of type Gs2CbindFlag -
Uses of Gs2CbindFlag in com.ongres.scram.common.gssapi
Methods in com.ongres.scram.common.gssapi that return Gs2CbindFlagModifier and TypeMethodDescriptionstatic Gs2CbindFlag
Gs2CbindFlag.byChar
(char c) Gs2Header.getChannelBindingFlag()
static Gs2CbindFlag
Returns the enum constant of this class with the specified name.static Gs2CbindFlag[]
Gs2CbindFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ongres.scram.common.gssapi with parameters of type Gs2CbindFlagModifier and TypeMethodDescriptionstatic Gs2Attributes
Gs2Attributes.byGS2CbindFlag
(Gs2CbindFlag cbindFlag) Constructors in com.ongres.scram.common.gssapi with parameters of type Gs2CbindFlagModifierConstructorDescriptionGs2Header
(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.ongres.scram.common.message
Methods in com.ongres.scram.common.message that return Gs2CbindFlagMethods in com.ongres.scram.common.message with parameters of type Gs2CbindFlagModifier and TypeMethodDescriptionprivate static Gs2Header
ClientFirstMessage.gs2Header
(Gs2CbindFlag gs2CbindFlag, String authzid, String cbindName) Constructors in com.ongres.scram.common.message with parameters of type Gs2CbindFlagModifierConstructorDescriptionClientFirstMessage
(Gs2CbindFlag gs2CbindFlag, String authzid, String cbindName, String user, String nonce) Constructs a client-first-message for the given parameters.