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.
 

Fields in org.opensaml.xacml.ctx.impl declared as StatusDetailType
private  StatusDetailType StatusTypeImpl.statusDetail
          Status detail element.
 

Methods in org.opensaml.xacml.ctx.impl that return StatusDetailType
 StatusDetailType StatusDetailTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 StatusDetailType StatusDetailTypeImplBuilder.buildObject(String namespaceURI, String localName, 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 © 1999-2012. All Rights Reserved.