| Package | Description |
|---|---|
| com.ongres.scram.common |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,ScramMechanisms> |
ScramMechanisms.BY_NAME_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
static ScramMechanisms |
ScramMechanisms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScramMechanisms[] |
ScramMechanisms.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.util.Optional<ScramMechanisms> |
ScramMechanisms.byName(java.lang.String name)
Gets a SCRAM mechanism, given its standard IANA name.
|