org.opensaml.saml2.core.validator
Class StatusCodeSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.StatusCodeSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<StatusCode>

public class StatusCodeSchemaValidator
extends java.lang.Object
implements org.opensaml.xml.validation.Validator<StatusCode>

Checks StatusCode for Schema compliance.


Constructor Summary
StatusCodeSchemaValidator()
          Constructor
 
Method Summary
 void validate(StatusCode statusCode)
          
protected  void validateValue(StatusCode sc)
          Validates the Value attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusCodeSchemaValidator

public StatusCodeSchemaValidator()
Constructor

Method Detail

validate

public void validate(StatusCode statusCode)
              throws org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<StatusCode>
Throws:
org.opensaml.xml.validation.ValidationException

validateValue

protected void validateValue(StatusCode sc)
                      throws org.opensaml.xml.validation.ValidationException
Validates the Value attribute

Parameters:
sc -
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2009 Internet2. All Rights Reserved.