public enum LdapProperties extends java.lang.Enum<LdapProperties>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue() |
static LdapProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdapProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapProperties import_ldap_enabled
public static final LdapProperties import_ldap_hostname
public static final LdapProperties import_ldap_protocol
public static final LdapProperties import_ldap_accept_certificate
public static final LdapProperties import_ldap_login_dn
public static final LdapProperties import_ldap_password
public static final LdapProperties import_ldap_base_dn
public static final LdapProperties import_ldap_ext_id_attribute
public static final LdapProperties import_ldap_relay_mailbox_group
public static final LdapProperties import_ldap_lastupdate
public static final LdapProperties import_ldap_user_filter
public static final LdapProperties import_ldap_group_filter
public static LdapProperties[] values()
for (LdapProperties c : LdapProperties.values()) System.out.println(c);
public static LdapProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDefaultValue()
Copyright © 2021. All Rights Reserved.