@InterfaceAudience.Private public abstract class AbstractHBaseSaslRpcClient extends Object
org.apache.hadoop.security| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
AbstractHBaseSaslRpcClient.SaslClientCallbackHandler |
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
EMPTY_TOKEN |
protected boolean |
fallbackAllowed |
private static org.slf4j.Logger |
LOG |
protected SaslClient |
saslClient |
protected Map<String,String> |
saslProps |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHBaseSaslRpcClient(AuthMethod method,
org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
String serverPrincipal,
boolean fallbackAllowed)
Create a HBaseSaslRpcClient for an authentication method
|
protected |
AbstractHBaseSaslRpcClient(AuthMethod method,
org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
String serverPrincipal,
boolean fallbackAllowed,
String rpcProtection)
Create a HBaseSaslRpcClient for an authentication method
|
| Modifier and Type | Method and Description |
|---|---|
protected SaslClient |
createDigestSaslClient(String[] mechanismNames,
String saslDefaultRealm,
CallbackHandler saslClientCallbackHandler) |
protected SaslClient |
createKerberosSaslClient(String[] mechanismNames,
String userFirstPart,
String userSecondPart) |
void |
dispose()
Release resources used by wrapped saslClient
|
byte[] |
evaluateChallenge(byte[] challenge) |
byte[] |
getInitialResponse() |
boolean |
isComplete() |
private static final org.slf4j.Logger LOG
private static final byte[] EMPTY_TOKEN
protected final SaslClient saslClient
protected final boolean fallbackAllowed
protected AbstractHBaseSaslRpcClient(AuthMethod method, org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, String serverPrincipal, boolean fallbackAllowed) throws IOException
method - the requested authentication methodtoken - token to use if needed by the authentication methodserverPrincipal - the server principal that we are trying to set the connection up tofallbackAllowed - does the client allow fallback to simple authenticationIOExceptionprotected AbstractHBaseSaslRpcClient(AuthMethod method, org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, String serverPrincipal, boolean fallbackAllowed, String rpcProtection) throws IOException
method - the requested authentication methodtoken - token to use if needed by the authentication methodserverPrincipal - the server principal that we are trying to set the connection up tofallbackAllowed - does the client allow fallback to simple authenticationrpcProtection - the protection level ("authentication", "integrity" or "privacy")IOExceptionprotected SaslClient createDigestSaslClient(String[] mechanismNames, String saslDefaultRealm, CallbackHandler saslClientCallbackHandler) throws IOException
IOExceptionprotected SaslClient createKerberosSaslClient(String[] mechanismNames, String userFirstPart, String userSecondPart) throws IOException
IOExceptionpublic byte[] getInitialResponse() throws SaslException
SaslExceptionpublic boolean isComplete()
public byte[] evaluateChallenge(byte[] challenge) throws SaslException
SaslExceptionpublic void dispose()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.