Uses of Class
org.opensaml.xacml.ctx.DecisionType.DECISION
-
Packages that use DecisionType.DECISION Package Description org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema. -
-
Uses of DecisionType.DECISION in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return DecisionType.DECISION Modifier and Type Method Description DecisionType.DECISIONDecisionType. getDecision()Gets the value of the decision.static DecisionType.DECISIONDecisionType.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.Methods in org.opensaml.xacml.ctx with parameters of type DecisionType.DECISION Modifier and Type Method Description voidDecisionType. setDecision(DecisionType.DECISION decision)Sets the value of the decision.
-