Enum ServerConfigUserLdap.CertificatesTrustModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<ServerConfigUserLdap.CertificatesTrustModeEnum>
    Enclosing class:
    ServerConfigUserLdap

    public static enum ServerConfigUserLdap.CertificatesTrustModeEnum
    extends Enum<ServerConfigUserLdap.CertificatesTrustModeEnum>
    Specifies the mode of handling the certificates presented by the LDAP server during connection establishment. * validate = Only certificates that can be verified as publicly valid are classified as trusted. It may be necessary to place the certificate or the issuer's certificate in the server's truststore. Self-signed certificates (e.g. from an own certificate authority) are excluded if they cannot be verified via a configured truststore. * acceptAll = All certificates are classified as trusted, including expired, unverifiable, invalid or self-signed certificates.