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.
 

Methods in org.opensaml.xacml.ctx.impl that return DecisionType
 DecisionType DecisionTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 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 © 2006-2010 Internet2. All Rights Reserved.