Package | Description |
---|---|
org.apache.hadoop.security | |
org.apache.hadoop.security.token |
Modifier and Type | Method and Description |
---|---|
void |
SaslRpcServer.SaslDigestCallbackHandler.handle(Callback[] callbacks) |
Modifier and Type | Method and Description |
---|---|
void |
SecretManager.checkAvailableForRead()
No-op if the secret manager is available for reading tokens, throw a
StandbyException otherwise.
|
byte[] |
SecretManager.retriableRetrievePassword(T identifier)
The same functionality with
SecretManager.retrievePassword(T) , except that this
method can throw a RetriableException or a StandbyException
to indicate that client can retry/failover the same operation because of
temporary issue on the server side. |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.