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 basedKeyStore
service. -
-
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.ClientAuthPolicy
SslOptions. clientAuthPolicy()
Returns the client authentication policy.static SslOptions.ClientAuthPolicy
SslOptions.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 SslOptions
SslOptions. clientAuthPolicy(SslOptions.ClientAuthPolicy clientAuthPolicy)
Sets the client auth policy.
-