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