org.opensaml.saml2.core.validator
Class AuthnContextDeclRefSchemaValidator

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

public class AuthnContextDeclRefSchemaValidator
extends Object
implements Validator<AuthnContextDeclRef>

Checks AuthnContextDeclRef for Schema compliance.


Constructor Summary
AuthnContextDeclRefSchemaValidator()
          Constructor
 
Method Summary
 void validate(AuthnContextDeclRef authnCDR)
          
protected  void validateDeclRef(AuthnContextDeclRef authnCDR)
          Checks that the Declaration Reference is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnContextDeclRefSchemaValidator

public AuthnContextDeclRefSchemaValidator()
Constructor

Method Detail

validate

public void validate(AuthnContextDeclRef authnCDR)
              throws ValidationException

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

validateDeclRef

protected void validateDeclRef(AuthnContextDeclRef authnCDR)
                        throws ValidationException
Checks that the Declaration Reference is present.

Parameters:
authnCDR -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.