| Package | Description |
|---|---|
| com.ongres.scram.common |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StringBuffer |
ScramAttributeValue.writeTo(StringBuffer sb,
ScramAttributes attribute,
String value) |
| Constructor and Description |
|---|
ScramAttributeValue(ScramAttributes attribute,
String value) |
Copyright © 2017–2020. All rights reserved.