org.opensaml.saml2.core.validator
Class AuthnRequestSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator<AuthnRequest>
      extended by org.opensaml.saml2.core.validator.AuthnRequestSchemaValidator
All Implemented Interfaces:
Validator<AuthnRequest>

public class AuthnRequestSchemaValidator
extends RequestAbstractTypeSchemaValidator<AuthnRequest>

Checks AuthnRequest for Schema compliance.


Constructor Summary
AuthnRequestSchemaValidator()
          Constructor
 
Method Summary
 void validate(AuthnRequest request)
          
 
Methods inherited from class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
validateID, validateIssueInstant, validateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnRequestSchemaValidator

public AuthnRequestSchemaValidator()
Constructor

Method Detail

validate

public void validate(AuthnRequest request)
              throws ValidationException

Specified by:
validate in interface Validator<AuthnRequest>
Overrides:
validate in class RequestAbstractTypeSchemaValidator<AuthnRequest>
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.