public static enum GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection extends Enum<GssapiSaslMechanismHandlerCfgDefn.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 GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection CONFIDENTIALITY
public static final GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection INTEGRITY
public static final GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection NONE
public static GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection[] values()
for (GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection c : GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection.values()) System.out.println(c);
public static GssapiSaslMechanismHandlerCfgDefn.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<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection>
Copyright 2010-2018 ForgeRock AS.