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