Uses of Class
com.ongres.scram.common.ScramMechanisms
-
Packages that use ScramMechanisms Package Description com.ongres.scram.common -
-
Uses of ScramMechanisms in com.ongres.scram.common
Fields in com.ongres.scram.common with type parameters of type ScramMechanisms Modifier and Type Field Description private static java.util.Map<java.lang.String,ScramMechanisms>ScramMechanisms. BY_NAME_MAPPINGMethods in com.ongres.scram.common that return ScramMechanisms Modifier and Type Method Description static ScramMechanismsScramMechanisms. byName(java.lang.String name)Gets a SCRAM mechanism, given its standard IANA name.static ScramMechanismsScramMechanisms. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScramMechanisms[]ScramMechanisms. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ongres.scram.common that return types with arguments of type ScramMechanisms Modifier and Type Method Description private static java.util.Map<java.lang.String,ScramMechanisms>ScramMechanisms. valuesAsMap()
-