public static enum EventTypes.EventKey extends Enum<EventTypes.EventKey>
| Modifier and Type | Method and Description |
|---|---|
static EventTypes.EventKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypes.EventKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTypes.EventKey LOG_IN
public static final EventTypes.EventKey LOG_IN_CHALLENGE
public static final EventTypes.EventKey LOG_IN_FAILURE
public static final EventTypes.EventKey LOG_OUT
public static final EventTypes.EventKey SIGN_UP
public static final EventTypes.EventKey AUTH_CHALLENGE
public static final EventTypes.EventKey AUTH_CHALLENGE_SUCCESS
public static final EventTypes.EventKey AUTH_CHALLENGE_FAILURE
public static final EventTypes.EventKey TWO_FACTOR_DISABLE
public static final EventTypes.EventKey EMAIL_UPDATE
public static final EventTypes.EventKey PASSWORD_RESET
public static final EventTypes.EventKey PASSWORD_RESET_SUCCESS
public static final EventTypes.EventKey PASSWORD_UPDATE
public static final EventTypes.EventKey PASSWORD_RESET_FAILURE
public static final EventTypes.EventKey USER_INVITE
public static final EventTypes.EventKey ROLE_UPDATE
public static final EventTypes.EventKey PROFILE_UPDATE
public static final EventTypes.EventKey PAGE_VIEW
public static final EventTypes.EventKey VERIFY
public static EventTypes.EventKey[] values()
for (EventTypes.EventKey c : EventTypes.EventKey.values()) System.out.println(c);
public static EventTypes.EventKey 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 © 2019. All rights reserved.