Package | Description |
---|---|
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.provider |
Modifier and Type | Method and Description |
---|---|
static SecurityInfo |
SecurityInfo.getInfo(String serviceName)
Returns the security configuration associated with the given service name.
|
Modifier and Type | Method and Description |
---|---|
static void |
SecurityInfo.addInfo(String serviceName,
SecurityInfo securityInfo)
Adds a security configuration for a new service name.
|
Modifier and Type | Method and Description |
---|---|
default SaslClient |
SaslClientAuthenticationProvider.createClient(org.apache.hadoop.conf.Configuration conf,
InetAddress serverAddr,
SecurityInfo securityInfo,
org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
boolean fallbackAllowed,
Map<String,String> saslProps)
Deprecated.
Since 2.6.0. In our own code will not call this method any more, customized
authentication method should implement
SaslClientAuthenticationProvider.createClient(Configuration, InetAddress, String, Token, boolean, Map)
instead. Will be removed in 4.0.0. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.