public static enum InMemoryCounter.CounterKey extends Enum<InMemoryCounter.CounterKey>
| Modifier and Type | Method and Description |
|---|---|
static InMemoryCounter.CounterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InMemoryCounter.CounterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMemoryCounter.CounterKey EMAIL_CHANGE_BY_END_USER
public static final InMemoryCounter.CounterKey USER_AUTHENTICATION_FAILED_DUPLICATED_EMAIL
public static final InMemoryCounter.CounterKey USER_SSO_AUTHENTICATION_FAILED_INVALID_EMAIL
public static final InMemoryCounter.CounterKey USER_SSO_AUTHENTICATION_FAILED_DUPLICATED_EMAIL
public static final InMemoryCounter.CounterKey USER_AUTHENTICATION_BY_EMAIL_SUCCESSFUL
public static InMemoryCounter.CounterKey[] values()
for (InMemoryCounter.CounterKey c : InMemoryCounter.CounterKey.values()) System.out.println(c);
public static InMemoryCounter.CounterKey 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 © 2022 Atlassian. All rights reserved.