|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecisionType.DECISION | |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Uses of DecisionType.DECISION in org.opensaml.xacml.ctx |
---|
Methods in org.opensaml.xacml.ctx that return DecisionType.DECISION | |
---|---|
DecisionType.DECISION |
DecisionType.getDecision()
Gets the value of the decision. |
static DecisionType.DECISION |
DecisionType.DECISION.valueOf(java.lang.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. |
Methods in org.opensaml.xacml.ctx with parameters of type DecisionType.DECISION | |
---|---|
void |
DecisionType.setDecision(DecisionType.DECISION decision)
Sets the value of the decision. |
Uses of DecisionType.DECISION in org.opensaml.xacml.ctx.impl |
---|
Methods in org.opensaml.xacml.ctx.impl that return DecisionType.DECISION | |
---|---|
DecisionType.DECISION |
DecisionTypeImpl.getDecision()
Gets the value of the decision. |
Methods in org.opensaml.xacml.ctx.impl with parameters of type DecisionType.DECISION | |
---|---|
void |
DecisionTypeImpl.setDecision(DecisionType.DECISION decision)
Sets the value of the decision. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |