Enum Class HttpConnectionHandlerCfgDefn.SslClientAuthPolicy

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

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

Specifies the policy that the HTTP 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.