Uses of Enum Class
com.ongres.scram.common.ScramMechanisms
Packages that use ScramMechanisms
-
Uses of ScramMechanisms in com.ongres.scram.common
Fields in com.ongres.scram.common with type parameters of type ScramMechanismsModifier and TypeFieldDescriptionprivate static final Map<String,
ScramMechanisms> ScramMechanisms.BY_NAME_MAPPING
Methods in com.ongres.scram.common that return ScramMechanismsModifier and TypeMethodDescriptionstatic ScramMechanisms
Gets a SCRAM mechanism, given its standard IANA name.static ScramMechanisms
Returns the enum constant of this class with the specified name.static ScramMechanisms[]
ScramMechanisms.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ongres.scram.common that return types with arguments of type ScramMechanismsModifier and TypeMethodDescriptionprivate static Map<String,
ScramMechanisms> ScramMechanisms.valuesAsMap()