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 ScramAttributesScramAttributes. byChar(char c)Find a SCRAMAttribute by its character.static ScramAttributesScramAttributes. 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)
-