public static enum ContextHolder.AuthPhase extends Enum<ContextHolder.AuthPhase>
Enum Constant and Description |
---|
FINALIZING
The auth phase is in its final stage.
|
GATHERING_INPUT
The auth phase is that in which the user must add input.
|
STARTING
The auth phase is starting.
|
TERMINATED
The auth phase has terminated.
|
Modifier and Type | Method and Description |
---|---|
static ContextHolder.AuthPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextHolder.AuthPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextHolder.AuthPhase STARTING
public static final ContextHolder.AuthPhase GATHERING_INPUT
public static final ContextHolder.AuthPhase FINALIZING
public static final ContextHolder.AuthPhase TERMINATED
public static ContextHolder.AuthPhase[] values()
for (ContextHolder.AuthPhase c : ContextHolder.AuthPhase.values()) System.out.println(c);
public static ContextHolder.AuthPhase 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 © 2010–2025 Open Identity Platform Community. All rights reserved.