public static enum IdpAuthLifecycleManager.IdpSessionStatus extends java.lang.Enum<IdpAuthLifecycleManager.IdpSessionStatus>
Enum Constant and Description |
---|
ALIVE |
EXPIRED |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
static IdpAuthLifecycleManager.IdpSessionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdpAuthLifecycleManager.IdpSessionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdpAuthLifecycleManager.IdpSessionStatus ALIVE
public static final IdpAuthLifecycleManager.IdpSessionStatus UNSUPPORTED
public static final IdpAuthLifecycleManager.IdpSessionStatus EXPIRED
public static IdpAuthLifecycleManager.IdpSessionStatus[] values()
for (IdpAuthLifecycleManager.IdpSessionStatus c : IdpAuthLifecycleManager.IdpSessionStatus.values()) System.out.println(c);
public static IdpAuthLifecycleManager.IdpSessionStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null