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

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

Uses of Status in org.opensaml.saml1.core
 

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

Methods in org.opensaml.saml1.core with parameters of type Status
 void Response.setStatus(Status status)
          Set the object representing the Status (element).
 

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

Classes in org.opensaml.saml1.core.impl that implement Status
 class StatusImpl
          Concrete Implementation Status
 

Fields in org.opensaml.saml1.core.impl declared as Status
private  Status ResponseImpl.status
          Status associated with this element
 

Methods in org.opensaml.saml1.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 ResponseImpl.getStatus()
          Return the object representing the Status (element).
 

Methods in org.opensaml.saml1.core.impl with parameters of type Status
 void ResponseImpl.setStatus(Status status)
          Set the object representing the Status (element).
 

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

Methods in org.opensaml.saml1.core.validator with parameters of type Status
 void StatusSchemaValidator.validate(Status status)
          
protected  void StatusSchemaValidator.validateStatusCode(Status status)
          Validates that given status has a status code.
 



Copyright © 1999-2013. All Rights Reserved.