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
Subclasses with type arguments of type Gs2Attributes in com.ongres.scram.commonModifier and TypeClassDescription(package private) enumPossible values of a GS2 Attribute.(package private) final classParse and write GS2 Attribute-Value pairs.Methods in com.ongres.scram.common that return Gs2AttributesModifier and TypeMethodDescription(package private) static @NotNull Gs2AttributesGs2Attributes.byChar(char c) (package private) static @NotNull Gs2AttributesGs2Attributes.byGs2CbindFlag(Gs2CbindFlag cbindFlag) static Gs2AttributesReturns 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)