org.opensaml.saml2.core.validator
Class SessionIndexSchemaValidator

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

public class SessionIndexSchemaValidator
extends java.lang.Object
implements org.opensaml.xml.validation.Validator<SessionIndex>

Checks SessionIndex for Schema compliance.


Constructor Summary
SessionIndexSchemaValidator()
          Constructor
 
Method Summary
 void validate(SessionIndex sessionIndex)
          
protected  void validateSessionIndex(SessionIndex si)
          Validates the SessionIndex element content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionIndexSchemaValidator

public SessionIndexSchemaValidator()
Constructor

Method Detail

validate

public void validate(SessionIndex sessionIndex)
              throws org.opensaml.xml.validation.ValidationException

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

validateSessionIndex

protected void validateSessionIndex(SessionIndex si)
                             throws org.opensaml.xml.validation.ValidationException
Validates the SessionIndex element content.

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


Copyright © 2006-2009 Internet2. All Rights Reserved.