| Package | Description |
|---|---|
| com.ongres.scram.common | |
| com.ongres.scram.common.gssapi | |
| com.ongres.scram.common.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ScramAttributes
SCRAM Attributes as defined in Section 5.1 of the RFC.
|
class |
ScramAttributeValue
Parse and write SCRAM Attribute-Value pairs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Gs2Attributes
Possible values of a GS2 Attribute.
|
class |
Gs2AttributeValue
Parse and write GS2 Attribute-Value pairs.
|
class |
Gs2CbindFlag
Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharAttributeValue
Augments a
CharAttribute with a String value and the method(s) to write its data to a StringBuffer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCharAttributeValue
Construct and write generic CharAttribute-Value pairs.
|
| Modifier and Type | Field and Description |
|---|---|
private CharAttribute |
AbstractCharAttributeValue.charAttribute |
| Constructor and Description |
|---|
AbstractCharAttributeValue(CharAttribute charAttribute,
java.lang.String value) |