Uses of Class
org.apache.hadoop.hbase.security.SecurityInfo
Package
Description
Tools to help define network clients and servers.
-
Uses of SecurityInfo in org.apache.hadoop.hbase.ipc
-
Uses of SecurityInfo in org.apache.hadoop.hbase.security
Modifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
SecurityInfo> SecurityInfo.infos
Maps RPC service names to authentication informationModifier and TypeMethodDescriptionstatic SecurityInfo
Returns the security configuration associated with the given service name.Modifier and TypeMethodDescriptionstatic void
SecurityInfo.addInfo
(String serviceName, SecurityInfo securityInfo) Adds a security configuration for a new service name. -
Uses of SecurityInfo in org.apache.hadoop.hbase.security.provider
Modifier and TypeMethodDescriptiondefault 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.