java.io.Serializable, java.lang.Comparable<SaslRpcServer.QualityOfProtection>public static enum SaslRpcServer.QualityOfProtection extends java.lang.Enum<SaslRpcServer.QualityOfProtection>
| Enum Constant | Description |
|---|---|
AUTHENTICATION |
|
INTEGRITY |
|
PRIVACY |
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
saslQop |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSaslQop() |
|
static SaslRpcServer.QualityOfProtection |
valueOf(java.lang.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 static SaslRpcServer.QualityOfProtection[] values()
for (SaslRpcServer.QualityOfProtection c : SaslRpcServer.QualityOfProtection.values()) System.out.println(c);
public static SaslRpcServer.QualityOfProtection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getSaslQop()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.