Package | Description |
---|---|
org.apache.deltaspike.security.api.authorization | |
org.apache.deltaspike.security.spi.authorization |
Modifier and Type | Method and Description |
---|---|
AccessDecisionState |
AccessDecisionVoterContext.getState()
Exposes the current state
|
static AccessDecisionState |
AccessDecisionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessDecisionState[] |
AccessDecisionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableAccessDecisionVoterContext.setState(AccessDecisionState accessDecisionVoterState)
Updates the state of the context
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.