Uses of Class
org.apache.hadoop.hbase.security.SecurityInfo
Packages that use SecurityInfo
Package
Description
Tools to help define network clients and servers.
-
Uses of SecurityInfo in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as SecurityInfo -
Uses of SecurityInfo in org.apache.hadoop.hbase.security
Fields in org.apache.hadoop.hbase.security with type parameters of type SecurityInfoModifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
SecurityInfo> SecurityInfo.infos
Maps RPC service names to authentication informationMethods in org.apache.hadoop.hbase.security that return SecurityInfoModifier and TypeMethodDescriptionstatic SecurityInfo
Returns the security configuration associated with the given service name.Methods in org.apache.hadoop.hbase.security with parameters of type SecurityInfoModifier 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
Methods in org.apache.hadoop.hbase.security.provider with parameters of type SecurityInfoModifier 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.