public static enum SaslRpcServer.QualityOfProtection extends Enum<SaslRpcServer.QualityOfProtection>
| Enum Constant and Description | 
|---|
| AUTHENTICATION | 
| INTEGRITY | 
| PRIVACY | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSaslQop() | 
| static SaslRpcServer.QualityOfProtection | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SaslRpcServer.QualityOfProtection[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SaslRpcServer.QualityOfProtection AUTHENTICATION
public static final SaslRpcServer.QualityOfProtection INTEGRITY
public static final SaslRpcServer.QualityOfProtection PRIVACY
public final String saslQop
public static SaslRpcServer.QualityOfProtection[] values()
for (SaslRpcServer.QualityOfProtection c : SaslRpcServer.QualityOfProtection.values()) System.out.println(c);
public static SaslRpcServer.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 © 2018 Apache Software Foundation. All Rights Reserved.