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 StatusCode.getStatusCode()
          Gets the second level status code.
 StatusCode Status.getStatusCode()
          Return the object representing the StatusCode (element).
 

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

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

Classes in org.opensaml.saml1.core.impl that implement StatusCode
 class StatusCodeImpl
          Concrete implementation of StatusCode Object.
 

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(String namespaceURI, String localName, 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-2010 Internet2. All Rights Reserved.