Uses of Interface
org.opensaml.xacml.ctx.DecisionType
-
Packages that use DecisionType Package Description org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema. -
-
Uses of DecisionType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return DecisionType Modifier and Type Method Description DecisionTypeResultType. getDecision()Returns the decision in the result.Methods in org.opensaml.xacml.ctx with parameters of type DecisionType Modifier and Type Method Description voidResultType. setDecision(DecisionType newDecision)Sets the decision in the result.
-