org.opensaml.saml2.core.validator
Class AudienceSchemaValidator

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

public class AudienceSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<Audience>

Checks Audience for Schema compliance.


Constructor Summary
AudienceSchemaValidator()
          Constructor
 
Method Summary
 void validate(Audience audience)
          
protected  void validateAudienceURI(Audience audience)
          Checks that the AudienceURI is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudienceSchemaValidator

public AudienceSchemaValidator()
Constructor

Method Detail

validate

public void validate(Audience audience)
              throws org.opensaml.xml.validation.ValidationException

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

validateAudienceURI

protected void validateAudienceURI(Audience audience)
                            throws org.opensaml.xml.validation.ValidationException
Checks that the AudienceURI is present.

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


Copyright © 2006-2011 Internet2. All Rights Reserved.