Package | Description |
---|---|
org.jboss.security.xacml.core.model.context |
Modifier and Type | Field and Description |
---|---|
protected DecisionType |
ResultType.decision |
Modifier and Type | Method and Description |
---|---|
static DecisionType |
DecisionType.fromValue(String v) |
DecisionType |
ResultType.getDecision()
Gets the value of the decision property.
|
static DecisionType |
DecisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionType[] |
DecisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DecisionType> |
ObjectFactory.createDecision(DecisionType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DecisionType> |
ObjectFactory.createDecision(DecisionType value)
|
void |
ResultType.setDecision(DecisionType value)
Sets the value of the decision property.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.