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

Packages that use ResultType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
org.opensaml.xacml.ctx.provider   
 

Uses of ResultType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return ResultType
 ResultType ResponseType.getResult()
          Returns the result of the response.
 

Methods in org.opensaml.xacml.ctx with parameters of type ResultType
 void ResponseType.setResult(ResultType newResult)
          Sets the result of the response.
 

Uses of ResultType in org.opensaml.xacml.ctx.impl
 

Classes in org.opensaml.xacml.ctx.impl that implement ResultType
 class ResultTypeImpl
          Concrete implementation of ResultType.
 

Methods in org.opensaml.xacml.ctx.impl that return ResultType
 ResultType ResultTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 ResultType ResultTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 ResultType ResponseTypeImpl.getResult()
          Returns the result of the response.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type ResultType
 void ResponseTypeImpl.setResult(ResultType result)
          Sets the result of the response.
 

Uses of ResultType in org.opensaml.xacml.ctx.provider
 

Methods in org.opensaml.xacml.ctx.provider that return ResultType
 ResultType ObligationProcessingContext.getAuthorizationDecisionResult()
          Gets the result of a XACML authorization request.
 

Constructors in org.opensaml.xacml.ctx.provider with parameters of type ResultType
ObligationProcessingContext(ResultType authzResult)
          Constructor.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.