public static enum HBaseSaslRpcServer.QualityOfProtection extends Enum<HBaseSaslRpcServer.QualityOfProtection>
Enum Constant and Description |
---|
AUTHENTICATION |
INTEGRITY |
PRIVACY |
Modifier and Type | Method and Description |
---|---|
String |
getSaslQop() |
static HBaseSaslRpcServer.QualityOfProtection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseSaslRpcServer.QualityOfProtection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBaseSaslRpcServer.QualityOfProtection AUTHENTICATION
public static final HBaseSaslRpcServer.QualityOfProtection INTEGRITY
public static final HBaseSaslRpcServer.QualityOfProtection PRIVACY
public final String saslQop
public static HBaseSaslRpcServer.QualityOfProtection[] values()
for (HBaseSaslRpcServer.QualityOfProtection c : HBaseSaslRpcServer.QualityOfProtection.values()) System.out.println(c);
public static HBaseSaslRpcServer.QualityOfProtection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getSaslQop()
Copyright © 2013 The Apache Software Foundation. All rights reserved.