Uses of Enum Class
org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
Packages that use org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
-
Uses of org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security that return org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
SaslUtil.getQop
(String stringQop) ReturnsSaslUtil.QualityOfProtection
corresponding to the givenstringQop
value.static org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
SaslUtil.QualityOfProtection.valueOf
(String name) static org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection[]
SaslUtil.QualityOfProtection.values()
-
Uses of org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift declared as org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
ThriftServer.qop
Methods in org.apache.hadoop.hbase.thrift with parameters of type org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection in inModifier and TypeMethodDescriptionprotected void
ThriftServer.checkHttpSecurity
(org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection qop, org.apache.hadoop.conf.Configuration conf)