public class EntityDescriptorSchemaValidator extends Object implements Validator<EntityDescriptor>
EntityDescriptor for Schema compliance.| コンストラクタと説明 |
|---|
EntityDescriptorSchemaValidator()
Constructor
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
validate(EntityDescriptor entityDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
validateDescriptors(EntityDescriptor entityDescriptor)
Checks that an AffiliationDescriptor OR one or more RoleDescriptors are present.
|
protected void |
validateEntityID(EntityDescriptor entityDescriptor)
Checks that EntityID is present and valid.
|
public void validate(EntityDescriptor entityDescriptor) throws ValidationException
validate インタフェース内 Validator<EntityDescriptor>entityDescriptor - the XMLObject to validateValidationException - thrown if the element is not validprotected void validateEntityID(EntityDescriptor entityDescriptor) throws ValidationException
entityDescriptor - ValidationExceptionprotected void validateDescriptors(EntityDescriptor entityDescriptor) throws ValidationException
entityDescriptor - ValidationExceptionCopyright © 2012. All Rights Reserved.