org.opensaml.saml1.core.validator
Class ResponseSchemaValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator<Response>
      extended by org.opensaml.saml1.core.validator.ResponseSchemaValidator
All Implemented Interfaces:
Validator<Response>

public class ResponseSchemaValidator
extends ResponseAbstractTypeSchemaValidator<Response>

Checks Response for Schema compliance.


Constructor Summary
ResponseSchemaValidator()
           
 
Method Summary
 void validate(Response response)
          
protected  void validateStatus(Response response)
          Validates that the response has a status.
 
Methods inherited from class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
validateID, validateIssueInstant, validateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseSchemaValidator

public ResponseSchemaValidator()
Method Detail

validate

public void validate(Response response)
              throws ValidationException

Specified by:
validate in interface Validator<Response>
Overrides:
validate in class ResponseAbstractTypeSchemaValidator<Response>
Throws:
ValidationException

validateStatus

protected void validateStatus(Response response)
                       throws ValidationException
Validates that the response has a status.

Parameters:
response - response to validate
Throws:
ValidationException - thrown if the response does not have a status


Copyright © 1999-2013. All Rights Reserved.