Uses of Class
org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
-
Packages that use LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of LdapConnectionHandlerCfgDefn.SslClientAuthPolicy in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Modifier and Type Method Description ValueOrExpression<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>
LdapConnectionHandlerCfgClient. getSslClientAuthPolicy()
Gets the "ssl-client-auth-policy" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Modifier and Type Method Description void
LdapConnectionHandlerCfgClient. setSslClientAuthPolicy(ValueOrExpression<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy> value)
Sets the "ssl-client-auth-policy" property. -
Uses of LdapConnectionHandlerCfgDefn.SslClientAuthPolicy in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Modifier and Type Method Description static LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
LdapConnectionHandlerCfgDefn.SslClientAuthPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static LdapConnectionHandlerCfgDefn.SslClientAuthPolicy[]
LdapConnectionHandlerCfgDefn.SslClientAuthPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Modifier and Type Method Description EnumPropertyDefinition<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>
LdapConnectionHandlerCfgDefn. getSslClientAuthPolicyPropertyDefinition()
Get the "ssl-client-auth-policy" property definition. -
Uses of LdapConnectionHandlerCfgDefn.SslClientAuthPolicy in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return LdapConnectionHandlerCfgDefn.SslClientAuthPolicy Modifier and Type Method Description LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
LdapConnectionHandlerCfg. getSslClientAuthPolicy()
Gets the "ssl-client-auth-policy" property.
-