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

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

Uses of StatusDetailType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return StatusDetailType
 StatusDetailType StatusType.getStatusDetail()
          Gets the status detail of status.
 

Methods in org.opensaml.xacml.ctx with parameters of type StatusDetailType
 void StatusType.setStatusDetail(StatusDetailType statusDetail)
          Sets the status detail for the Status.
 

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

Classes in org.opensaml.xacml.ctx.impl that implement StatusDetailType
 class StatusDetailTypeImpl
          Concrete implementation of StatusCodeType.
 

Methods in org.opensaml.xacml.ctx.impl that return StatusDetailType
 StatusDetailType StatusDetailTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 StatusDetailType StatusDetailTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 StatusDetailType StatusTypeImpl.getStatusDetail()
          Gets the status detail of status.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusDetailType
 void StatusTypeImpl.setStatusDetail(StatusDetailType newStatusDetail)
          Sets the status detail for the Status.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.