org.opensaml.saml2.core.validator
Class SubjectSchemaValidator

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

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

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


Copyright © 1999-2013. All Rights Reserved.