public enum Messages extends Enum<Messages> implements MessageFormatter
| Enum Constant and Description |
|---|
ACCOUNT_BLOCKED |
ACCOUNT_NOT_FOUND |
AUTHENTICATION_ERROR |
BIND_ERROR |
CANT_LOAD_CONFIGURATION |
CONFIGURATION_ERROR |
INSTANCE_IS_INVALID |
LDAP_CONFIGURATION_INCOMPLETE |
LDAP_REPOSITORY_ERROR |
NO_REALM_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static Messages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfformatpublic static final Messages LDAP_REPOSITORY_ERROR
public static final Messages LDAP_CONFIGURATION_INCOMPLETE
public static final Messages NO_REALM_ERROR
public static final Messages CANT_LOAD_CONFIGURATION
public static final Messages CONFIGURATION_ERROR
public static final Messages INSTANCE_IS_INVALID
public static final Messages ACCOUNT_NOT_FOUND
public static final Messages ACCOUNT_BLOCKED
public static final Messages AUTHENTICATION_ERROR
public static final Messages BIND_ERROR
public static Messages[] values()
for (Messages c : Messages.values()) System.out.println(c);
public static Messages valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Arthur Gregorio. All rights reserved.