Uses of Interface
org.opensaml.xacml.ctx.DecisionType
Packages that use DecisionType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of DecisionType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return DecisionTypeMethods in org.opensaml.xacml.ctx with parameters of type DecisionTypeModifier and TypeMethodDescriptionvoid
ResultType.setDecision
(DecisionType newDecision) Sets the decision in the result. -
Uses of DecisionType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement DecisionTypeFields in org.opensaml.xacml.ctx.impl declared as DecisionTypeModifier and TypeFieldDescriptionprivate DecisionType
ResultTypeImpl.decision
The decision of the result.Methods in org.opensaml.xacml.ctx.impl that return DecisionTypeModifier and TypeMethodDescriptionDecisionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.DecisionTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ResultTypeImpl.getDecision()
Returns the decision in the result.Methods in org.opensaml.xacml.ctx.impl with parameters of type DecisionTypeModifier and TypeMethodDescriptionvoid
ResultTypeImpl.setDecision
(DecisionType decisionIn) Sets the decision in the result.