Uses of Class
com.impossibl.postgres.protocol.sasl.scram.ScramAttributes
-
Packages that use ScramAttributes Package Description com.impossibl.postgres.protocol.sasl.scram -
-
Uses of ScramAttributes in com.impossibl.postgres.protocol.sasl.scram
Methods in com.impossibl.postgres.protocol.sasl.scram that return ScramAttributes Modifier and Type Method Description static ScramAttributes
ScramAttributes. byChar(char c)
Find a SCRAMAttribute by its character.static ScramAttributes
ScramAttributes. valueOf(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.Methods in com.impossibl.postgres.protocol.sasl.scram with parameters of type ScramAttributes Modifier and Type Method Description static StringBuffer
ScramAttributeValue. writeTo(StringBuffer sb, ScramAttributes attribute, String value)
Constructors in com.impossibl.postgres.protocol.sasl.scram with parameters of type ScramAttributes Constructor Description ScramAttributeValue(ScramAttributes attribute, String value)
-