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

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

Methods in org.opensaml.saml1.core that return StatusCode
 StatusCode Status.getStatusCode()
          Return the object representing the StatusCode (element).
 StatusCode StatusCode.getStatusCode()
          Gets the second level status code.
 

Methods in org.opensaml.saml1.core with parameters of type StatusCode
 void Status.setStatusCode(StatusCode statusCode)
          Set the object representing the StatusCode (element).
 void StatusCode.setStatusCode(StatusCode statusCode)
          Sets the second level status code.
 

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

Methods in org.opensaml.saml1.core.impl that return StatusCode
 StatusCode StatusCodeBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 StatusCode StatusCodeBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 StatusCode StatusImpl.getStatusCode()
          Return the object representing the StatusCode (element).
 StatusCode StatusCodeImpl.getStatusCode()
          Gets the second level status code.
 

Methods in org.opensaml.saml1.core.impl with parameters of type StatusCode
 void StatusImpl.setStatusCode(StatusCode statusCode)
          Set the object representing the StatusCode (element).
 void StatusCodeImpl.setStatusCode(StatusCode statusCode)
          Sets the second level status code.
 

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

Methods in org.opensaml.saml1.core.validator with parameters of type StatusCode
 void StatusCodeSchemaValidator.validate(StatusCode statusCode)
          
protected  void StatusCodeSchemaValidator.validateValue(StatusCode statusCode)
          Validates that the status code has a value.
protected  void StatusCodeSchemaValidator.validateValueContent(StatusCode statusCode)
          Validates that the status code local name is one of the allowabled values.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.