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

Packages that use StatusDetail
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of StatusDetail in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return StatusDetail
 StatusDetail Status.getStatusDetail()
          Gets the Detail of this Status.
 

Methods in org.opensaml.saml2.core with parameters of type StatusDetail
 void Status.setStatusDetail(StatusDetail newStatusDetail)
          Sets the Detail of this Status.
 

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

Methods in org.opensaml.saml2.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()
          Gets the Detail of this Status.
 

Methods in org.opensaml.saml2.core.impl with parameters of type StatusDetail
 void StatusImpl.setStatusDetail(StatusDetail newStatusDetail)
          Sets the Detail of this Status.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.