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
 

Fields in org.opensaml.saml2.core.impl declared as Status
private  Status StatusResponseTypeImpl.status
          Status child element.
 

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(String namespaceURI, String localName, 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 © 1999-2013. All Rights Reserved.