Uses of Enum
com.ongres.scram.common.Gs2CbindFlag
Packages that use Gs2CbindFlag
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of Gs2CbindFlag in com.ongres.scram.client
Fields in com.ongres.scram.client declared as Gs2CbindFlagModifier and TypeFieldDescription(package private) Gs2CbindFlagScramClient.Builder.channelBindingprivate final Gs2CbindFlagScramClient.channelBinding -
Uses of Gs2CbindFlag in com.ongres.scram.common
Subclasses with type arguments of type Gs2CbindFlag in com.ongres.scram.commonModifier and TypeClassDescriptionenumPossible values of a GS2 Cbind Flag (channel binding; part of GS2 header).Methods in com.ongres.scram.common that return Gs2CbindFlagModifier and TypeMethodDescription(package private) static @NotNull Gs2CbindFlagGs2CbindFlag.byChar(char c) @NotNull Gs2CbindFlagGs2Header.getChannelBindingFlag()Return the channel binding flag.static Gs2CbindFlagReturns 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.ongres.scram.common with parameters of type Gs2CbindFlagModifier and TypeMethodDescription(package private) static @NotNull Gs2AttributesGs2Attributes.byGs2CbindFlag(Gs2CbindFlag cbindFlag) private static voidGs2Header.checkChannelBinding(@NotNull Gs2CbindFlag cbindFlag, @Nullable String cbName) Constructors in com.ongres.scram.common with parameters of type Gs2CbindFlagModifierConstructorDescriptionClientFirstMessage(@NotNull Gs2CbindFlag gs2CbindFlag, @Nullable String cbindName, @Nullable String authzid, @NotNull String username, @NotNull String clientNonce) Constructs a client-first-message for the given parameters.Gs2Header(@NotNull Gs2CbindFlag cbindFlag) Construct and validates a Gs2Header with no authzid nor channel binding.Gs2Header(@NotNull Gs2CbindFlag cbindFlag, @Nullable String cbName) Construct and validates a Gs2Header with no authzid.Gs2Header(@NotNull Gs2CbindFlag cbindFlag, @Nullable String cbName, @Nullable String authzid) Construct and validates a Gs2Header.