Package | Description |
---|---|
org.apache.hadoop.hbase.security |
Modifier and Type | Method and Description |
---|---|
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–2019 Cloudera. All rights reserved.