Enum Class LdapProperties

java.lang.Object
java.lang.Enum<LdapProperties>
net.bluemind.system.ldap.importation.api.LdapProperties
All Implemented Interfaces:
Serializable, Comparable<LdapProperties>, Constable

public enum LdapProperties extends Enum<LdapProperties>
  • Enum Constant Details

    • import_ldap_enabled

      public static final LdapProperties import_ldap_enabled
    • import_ldap_hostname

      public static final LdapProperties import_ldap_hostname
    • import_ldap_protocol

      public static final LdapProperties import_ldap_protocol
    • import_ldap_accept_certificate

      public static final LdapProperties import_ldap_accept_certificate
    • import_ldap_login_dn

      public static final LdapProperties import_ldap_login_dn
    • import_ldap_password

      public static final LdapProperties import_ldap_password
    • import_ldap_base_dn

      public static final LdapProperties import_ldap_base_dn
    • import_ldap_ext_id_attribute

      public static final LdapProperties import_ldap_ext_id_attribute
    • import_ldap_relay_mailbox_group

      public static final LdapProperties import_ldap_relay_mailbox_group
    • import_ldap_lastupdate

      public static final LdapProperties import_ldap_lastupdate
    • import_ldap_user_filter

      public static final LdapProperties import_ldap_user_filter
    • import_ldap_group_filter

      public static final LdapProperties import_ldap_group_filter
  • Method Details

    • values

      public static LdapProperties[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LdapProperties valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDefaultValue

      public String getDefaultValue()