public static enum CommonClientSessionModel.Action extends Enum<CommonClientSessionModel.Action>
| Enum Constant and Description | 
|---|
| AUTHENTICATE | 
| LOGGED_OUT | 
| LOGGING_OUT | 
| OAUTH_GRANT | 
| REQUIRED_ACTIONS | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommonClientSessionModel.Action | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CommonClientSessionModel.Action[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CommonClientSessionModel.Action OAUTH_GRANT
public static final CommonClientSessionModel.Action AUTHENTICATE
public static final CommonClientSessionModel.Action LOGGED_OUT
public static final CommonClientSessionModel.Action LOGGING_OUT
public static final CommonClientSessionModel.Action REQUIRED_ACTIONS
public static CommonClientSessionModel.Action[] values()
for (CommonClientSessionModel.Action c : CommonClientSessionModel.Action.values()) System.out.println(c);
public static CommonClientSessionModel.Action 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 © 2019 JBoss by Red Hat. All rights reserved.