org.opensaml.saml2.core.validator
Class AuthenticatingAuthoritySchemaValidator

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

public class AuthenticatingAuthoritySchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<AuthenticatingAuthority>

Checks AuthenticatingAuthority for Schema compliance.


Constructor Summary
AuthenticatingAuthoritySchemaValidator()
          Constructor
 
Method Summary
 void validate(AuthenticatingAuthority authenAuthority)
          
protected  void validateURI(AuthenticatingAuthority authenAuthority)
          Checks that the URI is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatingAuthoritySchemaValidator

public AuthenticatingAuthoritySchemaValidator()
Constructor

Method Detail

validate

public void validate(AuthenticatingAuthority authenAuthority)
              throws org.opensaml.xml.validation.ValidationException

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

validateURI

protected void validateURI(AuthenticatingAuthority authenAuthority)
                    throws org.opensaml.xml.validation.ValidationException
Checks that the URI is present.

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


Copyright © 2006-2010 Internet2. All Rights Reserved.