org.apache.hadoop.hbase.security
Enum SaslUtil.QualityOfProtection
java.lang.Object
java.lang.Enum<SaslUtil.QualityOfProtection>
org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
- All Implemented Interfaces:
- Serializable, Comparable<SaslUtil.QualityOfProtection>
- Enclosing class:
- SaslUtil
public static enum SaslUtil.QualityOfProtection
- extends Enum<SaslUtil.QualityOfProtection>
AUTHENTICATION
public static final SaslUtil.QualityOfProtection AUTHENTICATION
INTEGRITY
public static final SaslUtil.QualityOfProtection INTEGRITY
PRIVACY
public static final SaslUtil.QualityOfProtection PRIVACY
saslQop
public final String saslQop
values
public static SaslUtil.QualityOfProtection[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SaslUtil.QualityOfProtection c : SaslUtil.QualityOfProtection.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SaslUtil.QualityOfProtection valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getSaslQop
public String getSaslQop()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.