org.opensaml.saml2.core.validator
Class SubjectSchemaValidator

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

public class SubjectSchemaValidator
extends java.lang.Object
implements org.opensaml.xml.validation.Validator<Subject>

Checks Subject for Schema compliance.


Constructor Summary
SubjectSchemaValidator()
          Constructor
 
Method Summary
 void validate(Subject subject)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectSchemaValidator

public SubjectSchemaValidator()
Constructor

Method Detail

validate

public void validate(Subject subject)
              throws org.opensaml.xml.validation.ValidationException

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


Copyright © 2006-2012 Internet2. All Rights Reserved.