Uses of Class
com.ongres.scram.common.ScramAttributes
-
Packages that use ScramAttributes Package Description com.ongres.scram.common This package expose the messages used to implement a client/server of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of ScramAttributes in com.ongres.scram.common
Methods in com.ongres.scram.common that return ScramAttributes Modifier and Type Method Description static ScramAttributes
ScramAttributes. byChar(char c)
Find a SCRAMAttribute by its character.static ScramAttributes
ScramAttributes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScramAttributes[]
ScramAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ongres.scram.common with parameters of type ScramAttributes Constructor Description ScramAttributeValue(@NotNull ScramAttributes attribute, @NotNull java.lang.String value)
-