Enum Class NetConnectionHandlerCfgDefn.SslClientAuthPolicy

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

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

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