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

Packages that use StatusCode
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 StatusCode in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return StatusCode
 StatusCode StatusCode.getStatusCode()
          Gets the Status Code of this Status Code.
 StatusCode Status.getStatusCode()
          Gets the Code of this Status.
 

Methods in org.opensaml.saml2.core with parameters of type StatusCode
 void StatusCode.setStatusCode(StatusCode newStatusCode)
          Sets the Status Code of this Status Code.
 void Status.setStatusCode(StatusCode newStatusCode)
          Sets the Code of this Status.
 

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

Fields in org.opensaml.saml2.core.impl declared as StatusCode
private  StatusCode StatusCodeImpl.childStatusCode
          Nested secondary StatusCode child element.
private  StatusCode StatusImpl.statusCode
          StatusCode element.
 

Methods in org.opensaml.saml2.core.impl that return StatusCode
 StatusCode StatusCodeBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 StatusCode StatusCodeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 StatusCode StatusImpl.getStatusCode()
          Gets the Code of this Status.
 StatusCode StatusCodeImpl.getStatusCode()
          Gets the Status Code of this Status Code.
 

Methods in org.opensaml.saml2.core.impl with parameters of type StatusCode
 void StatusImpl.setStatusCode(StatusCode newStatusCode)
          Sets the Code of this Status.
 void StatusCodeImpl.setStatusCode(StatusCode newStatusCode)
          Sets the Status Code of this Status Code.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type StatusCode
 void StatusCodeSchemaValidator.validate(StatusCode statusCode)
          
protected  void StatusCodeSchemaValidator.validateValue(StatusCode sc)
          Validates the Value attribute
 



Copyright © 1999-2012. All Rights Reserved.