org.apache.hadoop.hbase.security
Class HBaseSaslRpcServer
java.lang.Object
org.apache.hadoop.hbase.security.HBaseSaslRpcServer
@InterfaceAudience.Private
public class HBaseSaslRpcServer
- extends Object
A utility class for dealing with SASL on RPC server
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
Method Summary |
static
<T extends org.apache.hadoop.security.token.TokenIdentifier>
T |
|
getIdentifier(String id,
org.apache.hadoop.security.token.SecretManager<T> secretManager)
|
static void |
init(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
HBaseSaslRpcServer
public HBaseSaslRpcServer()
init
public static void init(org.apache.hadoop.conf.Configuration conf)
getIdentifier
public static <T extends org.apache.hadoop.security.token.TokenIdentifier> T getIdentifier(String id,
org.apache.hadoop.security.token.SecretManager<T> secretManager)
throws org.apache.hadoop.security.token.SecretManager.InvalidToken
- Throws:
org.apache.hadoop.security.token.SecretManager.InvalidToken
Copyright © 2015 The Apache Software Foundation. All rights reserved.