Uses of Class
com.ongres.scram.common.Gs2Attributes
-
Packages that use Gs2Attributes Package Description com.ongres.scram.common 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 Gs2Attributes Modifier and Type Method Description (package private) static @NotNull Gs2AttributesGs2Attributes. byChar(char c)(package private) static @NotNull Gs2AttributesGs2Attributes. byGs2CbindFlag(Gs2CbindFlag cbindFlag)static Gs2AttributesGs2Attributes. valueOf(java.lang.String name)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 Gs2Attributes Constructor Description Gs2AttributeValue(@NotNull Gs2Attributes attribute, @Nullable java.lang.String value)
-