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-2018 ForgeRock AS.