Uses of Enum
com.ongres.scram.common.Gs2Attributes
Packages that use Gs2Attributes
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of Gs2Attributes in com.ongres.scram.common
Methods in com.ongres.scram.common that return Gs2AttributesModifier and TypeMethodDescription(package private) static @NotNull Gs2Attributes
Gs2Attributes.byChar
(char c) (package private) static @NotNull Gs2Attributes
Gs2Attributes.byGs2CbindFlag
(Gs2CbindFlag cbindFlag) static Gs2Attributes
Returns the enum constant of this type with the specified name.static Gs2Attributes[]
Gs2Attributes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ongres.scram.common with parameters of type Gs2AttributesModifierConstructorDescription(package private)
Gs2AttributeValue
(@NotNull Gs2Attributes attribute, @Nullable String value)