org.opensaml.saml2.core.validator
Class AuthnContextClassRefSchemaValidator

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

public class AuthnContextClassRefSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<AuthnContextClassRef>

Checks AuthnContextClassRef for Schema compliance.


Constructor Summary
AuthnContextClassRefSchemaValidator()
          Constructor
 
Method Summary
 void validate(AuthnContextClassRef authnContextClassRef)
          
protected  void validateClassRef(AuthnContextClassRef authnCCR)
          Checks that the AuthnContextClassRef is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnContextClassRefSchemaValidator

public AuthnContextClassRefSchemaValidator()
Constructor

Method Detail

validate

public void validate(AuthnContextClassRef authnContextClassRef)
              throws org.opensaml.xml.validation.ValidationException

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

validateClassRef

protected void validateClassRef(AuthnContextClassRef authnCCR)
                         throws org.opensaml.xml.validation.ValidationException
Checks that the AuthnContextClassRef is present.

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


Copyright © 2006-2011 Internet2. All Rights Reserved.