Uses of Class
org.apache.hadoop.hbase.security.SecurityInfo
Packages that use org.apache.hadoop.hbase.security.SecurityInfo
-
Uses of org.apache.hadoop.hbase.security.SecurityInfo in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security that return org.apache.hadoop.hbase.security.SecurityInfo in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.security.SecurityInfo
SecurityInfo.getInfo
(String serviceName) Returns the security configuration associated with the given service name.Methods in org.apache.hadoop.hbase.security with parameters of type org.apache.hadoop.hbase.security.SecurityInfo in inModifier and TypeMethodDescriptionstatic void
SecurityInfo.addInfo
(String serviceName, org.apache.hadoop.hbase.security.SecurityInfo securityInfo) Adds a security configuration for a new service name.