public class SSODescriptorSpecValidator<SSODescriptorType extends SSODescriptor> extends RoleDescriptorSpecValidator<SSODescriptorType>
SSODescriptor
for Spec compliance.Constructor and Description |
---|
SSODescriptorSpecValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(SSODescriptorType ssoDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
validateResponseLocation(SSODescriptor ssoDescriptor)
Checks that Response Location of Artifact Resolution Services is omitted.
|
validateProtocols
public void validate(SSODescriptorType ssoDescriptor) throws ValidationException
validate
in interface Validator<SSODescriptorType extends SSODescriptor>
validate
in class RoleDescriptorSpecValidator<SSODescriptorType extends SSODescriptor>
ssoDescriptor
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateResponseLocation(SSODescriptor ssoDescriptor) throws ValidationException
ssoDescriptor
- ValidationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.