| Package | Description |
|---|---|
| com.fatwire.rest.beans |
| Modifier and Type | Field and Description |
|---|---|
protected ActionEnum |
SecurityConfig.action |
| Modifier and Type | Method and Description |
|---|---|
static ActionEnum |
ActionEnum.fromValue(String v) |
ActionEnum |
SecurityConfig.getAction()
Gets the value of the action property.
|
static ActionEnum |
ActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionEnum[] |
ActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConfig.setAction(ActionEnum value)
Sets the value of the action property.
|