public enum LdapAddressBookErrorCode extends java.lang.Enum<LdapAddressBookErrorCode>
Enum Constant and Description |
---|
INVALID_LDAP_BASEDN |
INVALID_LDAP_CREDENTIAL |
INVALID_LDAP_HOSTNAME |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static LdapAddressBookErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdapAddressBookErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapAddressBookErrorCode UNKNOWN
public static final LdapAddressBookErrorCode INVALID_LDAP_BASEDN
public static final LdapAddressBookErrorCode INVALID_LDAP_HOSTNAME
public static final LdapAddressBookErrorCode INVALID_LDAP_CREDENTIAL
public static LdapAddressBookErrorCode[] values()
for (LdapAddressBookErrorCode c : LdapAddressBookErrorCode.values()) System.out.println(c);
public static LdapAddressBookErrorCode 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 nullCopyright © 2021. All Rights Reserved.