Package | Description |
---|---|
com.ongres.scram.common.gssapi |
Modifier and Type | Method and Description |
---|---|
static Gs2Attributes |
Gs2Attributes.byChar(char c) |
static Gs2Attributes |
Gs2Attributes.byGS2CbindFlag(Gs2CbindFlag cbindFlag) |
static Gs2Attributes |
Gs2Attributes.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
Gs2AttributeValue.writeTo(java.lang.StringBuffer sb,
Gs2Attributes attribute,
java.lang.String value) |
Constructor and Description |
---|
Gs2AttributeValue(Gs2Attributes attribute,
java.lang.String value) |