public static enum DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection extends Enum<DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection>
The name of a property that specifies the quality of protection the server will support.
Enum Constant and Description |
---|
CONFIDENTIALITY
Quality of protection equals authentication with integrity and
confidentiality protection.
|
INTEGRITY
Quality of protection equals authentication with integrity
protection.
|
NONE
QOP equals authentication only.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection CONFIDENTIALITY
public static final DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection INTEGRITY
public static final DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection NONE
public static DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection[] values()
for (DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection c : DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection.values()) System.out.println(c);
public static DigestMD5SASLMechanismHandlerCfgDefn.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 toString()
toString
in class Enum<DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.