Uses of Interface
org.opensaml.xacml.ctx.DecisionType

Packages that use DecisionType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
 

Uses of DecisionType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return DecisionType
 DecisionType ResultType.getDecision()
          Returns the decision in the result.
 

Methods in org.opensaml.xacml.ctx with parameters of type DecisionType
 void 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 DecisionType
 class DecisionTypeImpl
          Concrete implementation of DecisionType.
 

Fields in org.opensaml.xacml.ctx.impl declared as DecisionType
private  DecisionType ResultTypeImpl.decision
          The decision of the result.
 

Methods in org.opensaml.xacml.ctx.impl that return DecisionType
 DecisionType DecisionTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 DecisionType DecisionTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 DecisionType ResultTypeImpl.getDecision()
          Returns the decision in the result.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type DecisionType
 void ResultTypeImpl.setDecision(DecisionType decisionIn)
          Sets the decision in the result.
 



Copyright © 1999-2013. All Rights Reserved.