| Package | Description |
|---|---|
| org.apache.hadoop.security.scram |
| Modifier and Type | Method | Description |
|---|---|---|
static ScramMechanism |
ScramMechanism.forMechanismName(java.lang.String mechanismName) |
|
static ScramMechanism |
ScramMechanism.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ScramMechanism[] |
ScramMechanism.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ScramFormatter(ScramMechanism mechanism) |
|
ScramSaslClient(ScramMechanism mechanism,
javax.security.auth.callback.CallbackHandler cbh) |
|
ScramSaslServer(ScramMechanism mechanism,
java.util.Map<java.lang.String,?> props,
javax.security.auth.callback.CallbackHandler callbackHandler) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.