Uses of Class
com.ongres.scram.common.ScramAttributes
-
Packages that use ScramAttributes Package Description com.ongres.scram.common -
-
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(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.ongres.scram.common with parameters of type ScramAttributes Modifier and Type Method Description static StringBuffer
ScramAttributeValue. writeTo(StringBuffer sb, ScramAttributes attribute, String value)
Constructors in com.ongres.scram.common with parameters of type ScramAttributes Constructor Description ScramAttributeValue(ScramAttributes attribute, String value)
-