org.opensaml.saml2.metadata.validator
public class RoleDescriptorSpecValidator<RoleDescriptorType extends RoleDescriptor> extends Object implements Validator<RoleDescriptorType>
RoleDescriptor
for Spec compliance.Constructor and Description |
---|
RoleDescriptorSpecValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(RoleDescriptorType roleDescriptor) |
protected void |
validateProtocols(RoleDescriptor roleDescriptor)
Checks that the SAML 2.0 protocol is present.
|
public void validate(RoleDescriptorType roleDescriptor) throws ValidationException
validate
in interface Validator<RoleDescriptorType extends RoleDescriptor>
ValidationException
protected void validateProtocols(RoleDescriptor roleDescriptor) throws ValidationException
roleDescriptor
- ValidationException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.