public class RoleDescriptorSchemaValidator<RoleDescriptorType extends RoleDescriptor> extends Object implements Validator<RoleDescriptorType>
RoleDescriptor for Schema compliance.| コンストラクタと説明 |
|---|
RoleDescriptorSchemaValidator()
Constructor
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
validate(RoleDescriptorType roleDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
validateProtocols(RoleDescriptor roleDescriptor)
Checks that one or more Protocols are present.
|
public void validate(RoleDescriptorType roleDescriptor) throws ValidationException
validate インタフェース内 Validator<RoleDescriptorType extends RoleDescriptor>roleDescriptor - the XMLObject to validateValidationException - thrown if the element is not validprotected void validateProtocols(RoleDescriptor roleDescriptor) throws ValidationException
roleDescriptor - ValidationExceptionCopyright © 2012. All Rights Reserved.