public static enum ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy extends Enum<ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy>
Indicates whether to attempt to validate the peer certificate against a certificate held in the user's entry.
Enum Constant and Description |
---|
ALWAYS
Always require the peer certificate to be present in the user's
entry.
|
IFPRESENT
If the user's entry contains one or more certificates, require
that one of them match the peer certificate.
|
NEVER
Do not look for the peer certificate to be present in the
user's entry.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy ALWAYS
public static final ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy IFPRESENT
public static final ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy NEVER
public static ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy[] values()
for (ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy c : ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy.values()) System.out.println(c);
public static ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy 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<ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.