org.opensaml.saml2.core.validator
Class AuthenticatingAuthoritySchemaValidator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatingAuthoritySchemaValidator
public AuthenticatingAuthoritySchemaValidator()
- Constructor
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-2013 Internet2. All Rights Reserved.