org.opensaml.saml2.metadata.validator
public class EntityDescriptorSpecValidator extends Object implements Validator<EntityDescriptor>
EntityDescriptor
for Spec compliance.Constructor and Description |
---|
EntityDescriptorSpecValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(EntityDescriptor entityDescriptor) |
protected void |
validateRoot(EntityDescriptor entityDescriptor)
Checks that at least either Valid Until or Cache Duration is present when Entity Descriptor is root element.
|
public void validate(EntityDescriptor entityDescriptor) throws ValidationException
validate
in interface Validator<EntityDescriptor>
ValidationException
protected void validateRoot(EntityDescriptor entityDescriptor) throws ValidationException
entityDescriptor
- ValidationException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.