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

Packages that use SaslUtil.QualityOfProtection
org.apache.hadoop.hbase.security   
 

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

Methods in org.apache.hadoop.hbase.security that return SaslUtil.QualityOfProtection
static SaslUtil.QualityOfProtection SaslUtil.getQop(String stringQop)
          Returns SaslUtil.QualityOfProtection corresponding to the given stringQop value.
static SaslUtil.QualityOfProtection SaslUtil.QualityOfProtection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SaslUtil.QualityOfProtection[] SaslUtil.QualityOfProtection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.