org.opensaml.saml2.metadata.validator
public class IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint> extends EndpointSchemaValidator<EndpointType>
IndexedEndpoint
for Schema compliance.Constructor and Description |
---|
IndexedEndpointSchemaValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(EndpointType indexedEndpoint) |
protected void |
validateIndex(IndexedEndpoint indexedEndpoint)
Checks that Index is non-negative.
|
validateBinding, validateLocation
public IndexedEndpointSchemaValidator()
public void validate(EndpointType indexedEndpoint) throws ValidationException
validate
in interface Validator<EndpointType extends IndexedEndpoint>
validate
in class EndpointSchemaValidator<EndpointType extends IndexedEndpoint>
ValidationException
protected void validateIndex(IndexedEndpoint indexedEndpoint) throws ValidationException
indexedEndpoint
- ValidationException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.