org.opensaml.saml2.metadata.validator
Class RequestedAttributeSchemaValidator
java.lang.Object
org.opensaml.saml2.metadata.validator.RequestedAttributeSchemaValidator
- All Implemented Interfaces:
- org.opensaml.xml.validation.Validator<RequestedAttribute>
public class RequestedAttributeSchemaValidator
- extends Object
- implements org.opensaml.xml.validation.Validator<RequestedAttribute>
Checks RequestedAttribute
for Schema compliance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestedAttributeSchemaValidator
public RequestedAttributeSchemaValidator()
- Constructor
validate
public void validate(RequestedAttribute attribute)
throws org.opensaml.xml.validation.ValidationException
-
- Specified by:
validate
in interface org.opensaml.xml.validation.Validator<RequestedAttribute>
- Throws:
org.opensaml.xml.validation.ValidationException
validateName
protected void validateName(RequestedAttribute attribute)
throws org.opensaml.xml.validation.ValidationException
- Checks that the Name attribute is present.
- Parameters:
attribute
-
- Throws:
org.opensaml.xml.validation.ValidationException
Copyright © 2006-2013 Internet2. All Rights Reserved.