public class RoleDescriptorSpecValidator<RoleDescriptorType extends RoleDescriptor> extends Object implements Validator<RoleDescriptorType>
RoleDescriptor for Spec compliance.| コンストラクタと説明 |
|---|
RoleDescriptorSpecValidator()
Constructor
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
validate(RoleDescriptorType roleDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
validateProtocols(RoleDescriptor roleDescriptor)
Checks that the SAML 2.0 protocol is 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.