org.opensaml.saml2.core.validator
Class AuthenticatingAuthoritySchemaValidator

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

public class AuthenticatingAuthoritySchemaValidator
extends java.lang.Object
implements Validator<AuthenticatingAuthority>

Checks AuthenticatingAuthority for Schema compliance.


Constructor Summary
AuthenticatingAuthoritySchemaValidator()
          Constructor
 
Method Summary
 void validate(AuthenticatingAuthority authenAuthority)
          Checks to see if a XMLObject is valid.
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 ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<AuthenticatingAuthority>
Parameters:
authenAuthority - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateURI

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

Parameters:
authenAuthority -
Throws:
ValidationException