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_MAPPING
Methods in com.ongres.scram.common that return ScramAttributesModifier and TypeMethodDescriptionstatic ScramAttributes
ScramAttributes.byChar
(char c) Find a SCRAMAttribute by its character.static ScramAttributes
Returns 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 StringBuffer
ScramAttributeValue.writeTo
(StringBuffer sb, ScramAttributes attribute, String value) Constructors in com.ongres.scram.common with parameters of type ScramAttributes