Class ServerConfigUserCertificateLdap


  • public class ServerConfigUserCertificateLdap
    extends Object
    Defines the location of the user's certificate stored in the Active Directory.
    • Constructor Detail

      • ServerConfigUserCertificateLdap

        public ServerConfigUserCertificateLdap()
    • Method Detail

      • getAttributeName

        @Nullable
        public @Nullable String getAttributeName()
        The name of the attribute selecting the user's certificate.
        Returns:
        attributeName
      • setAttributeName

        public void setAttributeName​(String attributeName)
      • getEnabled

        @Nullable
        public @Nullable Boolean getEnabled()
        When set to true a user certificate can be found in the Active Directory.
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object