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

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

Uses of StatusType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return StatusType
 StatusType ResultType.getStatus()
          Returns the status in the result.
 

Methods in org.opensaml.xacml.ctx with parameters of type StatusType
 void ResultType.setStatus(StatusType status)
          Sets the result status.
 

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

Classes in org.opensaml.xacml.ctx.impl that implement StatusType
 class StatusTypeImpl
          Concrete implementation of StatusType.
 

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

Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusType
 void ResultTypeImpl.setStatus(StatusType statusIn)
          Sets the result status.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.