org.opensaml.saml1.core.validator
Class ActionSpecValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.ActionSpecValidator
All Implemented Interfaces:
Validator<Action>

public class ActionSpecValidator
extends Object
implements Validator<Action>

Checks Action for Schema compliance.


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

Constructor Detail

ActionSpecValidator

public ActionSpecValidator()
Method Detail

validate

public void validate(Action action)
              throws ValidationException

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


Copyright © 1999-2012. All Rights Reserved.