Class ShadeSaslClientAuthenticationProvider.ShadeSaslClientCallbackHandler
java.lang.Object
org.apache.hadoop.hbase.security.provider.example.ShadeSaslClientAuthenticationProvider.ShadeSaslClientCallbackHandler
- All Implemented Interfaces:
CallbackHandler
- Enclosing class:
- ShadeSaslClientAuthenticationProvider
static class ShadeSaslClientAuthenticationProvider.ShadeSaslClientCallbackHandler
extends Object
implements CallbackHandler
-
Field Summary
-
Constructor Summary
ConstructorDescriptionShadeSaslClientCallbackHandler
(org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token) -
Method Summary
-
Field Details
-
username
-
password
-
-
Constructor Details
-
ShadeSaslClientCallbackHandler
public ShadeSaslClientCallbackHandler(org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token) throws IOException - Throws:
IOException
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-