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 Object
implements 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 ValidationException

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

validateURI

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

Parameters:
authenAuthority -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.