public static enum OpenIDProtocolContext.MODE extends Enum<OpenIDProtocolContext.MODE>
| Enum Constant and Description |
|---|
ASSOCIATE |
CHECK_AUTHENTICATION |
CHECK_ID_IMMEDIATE |
CHECK_ID_SETUP |
| Modifier and Type | Method and Description |
|---|---|
static OpenIDProtocolContext.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIDProtocolContext.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenIDProtocolContext.MODE ASSOCIATE
public static final OpenIDProtocolContext.MODE CHECK_ID_SETUP
public static final OpenIDProtocolContext.MODE CHECK_ID_IMMEDIATE
public static final OpenIDProtocolContext.MODE CHECK_AUTHENTICATION
public static OpenIDProtocolContext.MODE[] values()
for (OpenIDProtocolContext.MODE c : OpenIDProtocolContext.MODE.values()) System.out.println(c);
public static OpenIDProtocolContext.MODE 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 © 2014 JBoss Inc.. All Rights Reserved.