public static class DigestSaslClientAuthenticationProvider.DigestSaslClientCallbackHandler extends Object implements CallbackHandler
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
private String |
userName |
private char[] |
userPassword |
Constructor and Description |
---|
DigestSaslClientCallbackHandler(org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token) |
private static final org.slf4j.Logger LOG
private final char[] userPassword
public DigestSaslClientCallbackHandler(org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token)
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle
in interface CallbackHandler
UnsupportedCallbackException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.