Uses of Enum Class
com.ongres.scram.common.ScramAttributes
Packages that use ScramAttributes
-
Uses of ScramAttributes in com.ongres.scram.common
Fields in com.ongres.scram.common with type parameters of type ScramAttributesModifier and TypeFieldDescriptionprivate static final Map<Character, ScramAttributes> ScramAttributes.REVERSE_MAPPINGMethods 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 class with the specified name.static ScramAttributes[]ScramAttributes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ongres.scram.common with parameters of type ScramAttributesModifier and TypeMethodDescriptionstatic StringBufferScramAttributeValue.writeTo(StringBuffer sb, ScramAttributes attribute, String value) Constructors in com.ongres.scram.common with parameters of type ScramAttributes