| Package | Description |
|---|---|
| com.ongres.scram.common |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Character,ScramAttributes> |
ScramAttributes.REVERSE_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
static ScramAttributes |
ScramAttributes.byChar(char c)
Find a SCRAMAttribute by its character.
|
static ScramAttributes |
ScramAttributes.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StringBuffer |
ScramAttributeValue.writeTo(java.lang.StringBuffer sb,
ScramAttributes attribute,
java.lang.String value) |
| Constructor and Description |
|---|
ScramAttributeValue(ScramAttributes attribute,
java.lang.String value) |