Enum Class LdapConnectionHandlerCfgDefn.SslClientAuthPolicy

java.lang.Object
java.lang.Enum<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>
org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
All Implemented Interfaces:
Serializable, Comparable<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>, java.lang.constant.Constable
Enclosing class:
LdapConnectionHandlerCfgDefn

public static enum LdapConnectionHandlerCfgDefn.SslClientAuthPolicy extends Enum<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>
Defines the set of permissible values for the "ssl-client-auth-policy" property.

Specifies the policy that the LDAP Connection Handler should use regarding client SSL certificates. Clients can use the SASL EXTERNAL mechanism only if the policy is set to "optional" or "required".

This is only applicable if clients are allowed to use SSL.