Uses of Class
com.ongres.scram.common.Gs2CbindFlag
-
Packages that use Gs2CbindFlag Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM).com.ongres.scram.common 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 Gs2CbindFlag Modifier and Type Field Description (package private) Gs2CbindFlag
ScramClient.Builder. channelBinding
private Gs2CbindFlag
ScramClient. channelBinding
-
Uses of Gs2CbindFlag in com.ongres.scram.common
Methods in com.ongres.scram.common that return Gs2CbindFlag Modifier and Type Method Description (package private) static @NotNull Gs2CbindFlag
Gs2CbindFlag. byChar(char c)
@NotNull Gs2CbindFlag
Gs2Header. getChannelBindingFlag()
Return the channel binding flag.static Gs2CbindFlag
Gs2CbindFlag. valueOf(java.lang.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.ongres.scram.common with parameters of type Gs2CbindFlag Modifier and Type Method Description (package private) static @NotNull Gs2Attributes
Gs2Attributes. byGs2CbindFlag(Gs2CbindFlag cbindFlag)
private static void
Gs2Header. checkChannelBinding(@NotNull Gs2CbindFlag cbindFlag, @Nullable java.lang.String cbName)
Constructors in com.ongres.scram.common with parameters of type Gs2CbindFlag Constructor Description ClientFirstMessage(@NotNull Gs2CbindFlag gs2CbindFlag, @Nullable java.lang.String cbindName, @Nullable java.lang.String authzid, @NotNull java.lang.String username, @NotNull java.lang.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 java.lang.String cbName)
Construct and validates a Gs2Header with no authzid.Gs2Header(@NotNull Gs2CbindFlag cbindFlag, @Nullable java.lang.String cbName, @Nullable java.lang.String authzid)
Construct and validates a Gs2Header.
-