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