public enum LoginFormsPages extends Enum<LoginFormsPages>
Enum Constant and Description |
---|
CODE |
ERROR |
INFO |
LOGIN |
LOGIN_CONFIG_TOTP |
LOGIN_RESET_PASSWORD |
LOGIN_TOTP |
LOGIN_UPDATE_PASSWORD |
LOGIN_UPDATE_PROFILE |
LOGIN_VERIFY_EMAIL |
OAUTH_GRANT |
REGISTER |
Modifier and Type | Method and Description |
---|---|
static LoginFormsPages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginFormsPages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoginFormsPages LOGIN
public static final LoginFormsPages LOGIN_TOTP
public static final LoginFormsPages LOGIN_CONFIG_TOTP
public static final LoginFormsPages LOGIN_VERIFY_EMAIL
public static final LoginFormsPages OAUTH_GRANT
public static final LoginFormsPages LOGIN_RESET_PASSWORD
public static final LoginFormsPages LOGIN_UPDATE_PASSWORD
public static final LoginFormsPages REGISTER
public static final LoginFormsPages INFO
public static final LoginFormsPages ERROR
public static final LoginFormsPages LOGIN_UPDATE_PROFILE
public static final LoginFormsPages CODE
public static LoginFormsPages[] values()
for (LoginFormsPages c : LoginFormsPages.values()) System.out.println(c);
public static LoginFormsPages 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 © 2015. All rights reserved.