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

Packages that use Status
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. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
 

Uses of Status in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Status
 Status StatusResponseType.getStatus()
          Gets the Status of this response.
 

Methods in org.opensaml.saml2.core with parameters of type Status
 void StatusResponseType.setStatus(Status newStatus)
          Sets the Status of this response.
 

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

Classes in org.opensaml.saml2.core.impl that implement Status
 class StatusImpl
          Concrete implementation of Status.
 

Methods in org.opensaml.saml2.core.impl that return Status
 Status StatusBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Status StatusBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 Status StatusResponseTypeImpl.getStatus()
          Gets the Status of this response.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Status
 void StatusResponseTypeImpl.setStatus(Status newStatus)
          Sets the Status of this response.
 

Uses of Status in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type Status
 void StatusSchemaValidator.validate(Status status)
          
protected  void StatusSchemaValidator.validateStatusCode(Status status)
           
 



Copyright © 2006-2011 Internet2. All Rights Reserved.