Uses of Enum
org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection

Packages that use org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
Package
Description
 
Provides an HBase Thrift service.
  • 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 in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
    SaslUtil.getQop(String stringQop)
    Returns SaslUtil.QualityOfProtection corresponding to the given stringQop 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 in
    Modifier and Type
    Field
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    protected void
    ThriftServer.checkHttpSecurity(org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection qop, org.apache.hadoop.conf.Configuration conf)