|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SpnegoHandler.State>
org.exoplatform.services.security.sso.spnego.SpnegoHandler.State
public static enum SpnegoHandler.State
State of the SpnegoHandler.
| Enum Constant Summary | |
|---|---|
ESTABLISHED
Successful. |
|
FAILED
Failed. |
|
INITIALIZED
Context initialized. |
|
NEGOTIATING
Authentication in process. |
|
UNAUTHORIZED
|
|
UNINITIALIZED
Process not started yet. |
|
| Method Summary | |
|---|---|
static SpnegoHandler.State |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpnegoHandler.State[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SpnegoHandler.State UNINITIALIZED
public static final SpnegoHandler.State INITIALIZED
public static final SpnegoHandler.State NEGOTIATING
public static final SpnegoHandler.State ESTABLISHED
public static final SpnegoHandler.State FAILED
public static final SpnegoHandler.State UNAUTHORIZED
.| Method Detail |
|---|
public static final SpnegoHandler.State[] values()
for(SpnegoHandler.State c : SpnegoHandler.State.values())
System.out.println(c);
public static SpnegoHandler.State valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||