org.opensaml.saml2.core.validator
Class SessionIndexSchemaValidator

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

public class SessionIndexSchemaValidator
extends Object
implements 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 ValidationException

Specified by:
validate in interface Validator<SessionIndex>
Throws:
ValidationException

validateSessionIndex

protected void validateSessionIndex(SessionIndex si)
                             throws ValidationException
Validates the SessionIndex element content.

Parameters:
si -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.