Uses of Enum Class
org.opensaml.xacml.ctx.DecisionType.DECISION
Packages that use DecisionType.DECISION
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
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. -
Uses of DecisionType.DECISION in org.opensaml.xacml.ctx.impl
Fields in org.opensaml.xacml.ctx.impl declared as DecisionType.DECISIONModifier and TypeFieldDescriptionprivate DecisionType.DECISIONDecisionTypeImpl.decisionValue for the decision.Methods in org.opensaml.xacml.ctx.impl that return DecisionType.DECISIONMethods in org.opensaml.xacml.ctx.impl with parameters of type DecisionType.DECISIONModifier and TypeMethodDescriptionvoidDecisionTypeImpl.setDecision(DecisionType.DECISION dec) Sets the value of the decision.