Uses of Enum Class
org.opensaml.xacml.ctx.DecisionType.DECISION
Packages that use DecisionType.DECISION
-
Uses of DecisionType.DECISION in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return DecisionType.DECISIONModifier and TypeMethodDescriptionDecisionType.getDecision()Gets the value of the decision.static DecisionType.DECISIONReturns the enum constant of this class with the specified name.static DecisionType.DECISION[]DecisionType.DECISION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.xacml.ctx with parameters of type DecisionType.DECISIONModifier and TypeMethodDescriptionvoidDecisionType.setDecision(DecisionType.DECISION decision) Sets the value of the decision.