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