Uses of Enum Class
org.opends.server.extensions.CertificateValidationPolicy
Packages that use CertificateValidationPolicy
Package
Description
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of CertificateValidationPolicy in org.opends.server.extensions
Subclasses with type arguments of type CertificateValidationPolicy in org.opends.server.extensionsModifier and TypeClassDescriptionenumThis class implements an enumeration that may be used to indicate if/how a client's certificate should be validated against the corresponding user entry in the Directory Server.Methods in org.opends.server.extensions that return CertificateValidationPolicyModifier and TypeMethodDescriptionstatic CertificateValidationPolicyReturns the enum constant of this class with the specified name.static CertificateValidationPolicy[]CertificateValidationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.