Package | Description |
---|---|
com.ongres.scram.common |
Modifier and Type | Method | Description |
---|---|---|
static ScramMechanisms |
ScramMechanisms.valueOf(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 | Description |
---|---|---|
static Optional<ScramMechanisms> |
ScramMechanisms.byName(String name) |
Gets a SCRAM mechanism, given its standard IANA name.
|
Copyright © 2017–2018. All rights reserved.