Uses of Class
com.impossibl.postgres.protocol.sasl.scram.gssapi.Gs2Attributes
-
Packages that use Gs2Attributes Package Description com.impossibl.postgres.protocol.sasl.scram.gssapi -
-
Uses of Gs2Attributes in com.impossibl.postgres.protocol.sasl.scram.gssapi
Methods in com.impossibl.postgres.protocol.sasl.scram.gssapi that return Gs2Attributes Modifier and Type Method Description static Gs2Attributes
Gs2Attributes. byChar(char c)
static Gs2Attributes
Gs2Attributes. byGS2CbindFlag(Gs2CbindFlag cbindFlag)
static Gs2Attributes
Gs2Attributes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Gs2Attributes[]
Gs2Attributes. 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.gssapi with parameters of type Gs2Attributes Modifier and Type Method Description static StringBuffer
Gs2AttributeValue. writeTo(StringBuffer sb, Gs2Attributes attribute, String value)
Constructors in com.impossibl.postgres.protocol.sasl.scram.gssapi with parameters of type Gs2Attributes Constructor Description Gs2AttributeValue(Gs2Attributes attribute, String value)
-