Uses of Class
com.impossibl.postgres.protocol.sasl.scram.ScramMechanisms
-
Packages that use ScramMechanisms Package Description com.impossibl.postgres.protocol.sasl.scram -
-
Uses of ScramMechanisms in com.impossibl.postgres.protocol.sasl.scram
Methods in com.impossibl.postgres.protocol.sasl.scram that return ScramMechanisms Modifier and Type Method Description static ScramMechanisms
ScramMechanisms. byName(String name)
Gets a SCRAM mechanism, given its standard IANA name.static ScramMechanisms
ScramMechanisms. valueOf(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.
-