|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LoginPage.Failure>
eu.esdihumboldt.hale.server.webapp.pages.LoginPage.Failure
public static enum LoginPage.Failure
Failure types
Enum Constant Summary | |
---|---|
credentials
bad credentials |
|
disabled
the account is disabled |
|
principal
username not found |
|
unknown
unknown |
Method Summary | |
---|---|
static LoginPage.Failure |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LoginPage.Failure[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LoginPage.Failure principal
public static final LoginPage.Failure credentials
public static final LoginPage.Failure disabled
public static final LoginPage.Failure unknown
Method Detail |
---|
public static LoginPage.Failure[] values()
for (LoginPage.Failure c : LoginPage.Failure.values()) System.out.println(c);
public static LoginPage.Failure valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |