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