Uses of Class
org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
-
Packages that use SslOptions.ClientAuthPolicy Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of SslOptions.ClientAuthPolicy in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return SslOptions.ClientAuthPolicy Modifier and Type Method Description SslOptions.ClientAuthPolicySslOptions. clientAuthPolicy()Returns the client authentication policy.static SslOptions.ClientAuthPolicySslOptions.ClientAuthPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SslOptions.ClientAuthPolicy[]SslOptions.ClientAuthPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.security with parameters of type SslOptions.ClientAuthPolicy Modifier and Type Method Description SslOptionsSslOptions. clientAuthPolicy(SslOptions.ClientAuthPolicy clientAuthPolicy)Sets the client auth policy.
-