Uses of Interface
org.opensaml.saml1.core.StatusDetail

Packages that use StatusDetail
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
 

Uses of StatusDetail in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return StatusDetail
 StatusDetail Status.getStatusDetail()
          Return the object representing the StatusDetail (element).
 

Methods in org.opensaml.saml1.core with parameters of type StatusDetail
 void Status.setStatusDetail(StatusDetail statusDetail)
          Set the object representing the StatusDetail (element).
 

Uses of StatusDetail in org.opensaml.saml1.core.impl
 

Methods in org.opensaml.saml1.core.impl that return StatusDetail
 StatusDetail StatusDetailBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 StatusDetail StatusDetailBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 StatusDetail StatusImpl.getStatusDetail()
          Return the object representing the StatusDetail (element).
 

Methods in org.opensaml.saml1.core.impl with parameters of type StatusDetail
 void StatusImpl.setStatusDetail(StatusDetail statusDetail)
          Set the object representing the StatusDetail (element).
 



Copyright © 2006-2011 Internet2. All Rights Reserved.