Uses of Enum
com.ongres.scram.common.ScramAttributes
Packages that use ScramAttributes
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ScramAttributes in com.ongres.scram.common
Subclasses with type arguments of type ScramAttributes in com.ongres.scram.commonModifier and TypeClassDescription(package private) enumSCRAM Attributes as defined in Section 5.1 of the RFC.(package private) classParse and write SCRAM Attribute-Value pairs.Methods in com.ongres.scram.common that return ScramAttributesModifier and TypeMethodDescriptionstatic ScramAttributesScramAttributes.byChar(char c) Find a SCRAMAttribute by its character.static ScramAttributesReturns the enum constant of this type with the specified name.static ScramAttributes[]ScramAttributes.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 ScramAttributesModifierConstructorDescriptionScramAttributeValue(@NotNull ScramAttributes attribute, @NotNull String value)