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