org.opensaml.saml2.core.validator
Class AuthnContextDeclRefSchemaValidator

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

public class AuthnContextDeclRefSchemaValidator
extends Object
implements org.opensaml.xml.validation.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 org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<AuthnContextDeclRef>
Throws:
org.opensaml.xml.validation.ValidationException

validateDeclRef

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

Parameters:
authnCDR -
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2011 Internet2. All Rights Reserved.