Class CustomSaslAuthenticationProviderTestBase.InMemoryServerProvider.InMemoryServerProviderCallbackHandler
java.lang.Object
org.apache.hadoop.hbase.security.provider.CustomSaslAuthenticationProviderTestBase.InMemoryServerProvider.InMemoryServerProviderCallbackHandler
- All Implemented Interfaces:
CallbackHandler
- Enclosing class:
- CustomSaslAuthenticationProviderTestBase.InMemoryServerProvider
private class CustomSaslAuthenticationProviderTestBase.InMemoryServerProvider.InMemoryServerProviderCallbackHandler
extends Object
implements CallbackHandler
Pulls the correct password for the user who started the SASL handshake so that SASL can
validate that the user provided the right password.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InMemoryServerProviderCallbackHandler
private InMemoryServerProviderCallbackHandler()
-
-
Method Details
-
handle
public void handle(Callback[] callbacks) throws org.apache.hadoop.security.token.SecretManager.InvalidToken, UnsupportedCallbackException - Specified by:
handle
in interfaceCallbackHandler
- Throws:
org.apache.hadoop.security.token.SecretManager.InvalidToken
UnsupportedCallbackException
-