Package | Description |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Modifier and Type | Method and Description |
---|---|
DecisionType.DECISION |
DecisionType.getDecision()
Gets the value of the decision.
|
static DecisionType.DECISION |
DecisionType.DECISION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionType.DECISION[] |
DecisionType.DECISION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionType.setDecision(DecisionType.DECISION decision)
Sets the value of the decision.
|
Modifier and Type | Method and Description |
---|---|
DecisionType.DECISION |
DecisionTypeImpl.getDecision()
Gets the value of the decision.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTypeImpl.setDecision(DecisionType.DECISION decision)
Sets the value of the decision.
|
Copyright © 1999-2013. All Rights Reserved.