|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.metadata.validator.EndpointSchemaValidator<EndpointType>
org.opensaml.saml2.metadata.validator.IndexedEndpointSchemaValidator<EndpointType>
public class IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint>
Checks IndexedEndpoint
for Schema compliance.
Constructor Summary | |
---|---|
IndexedEndpointSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(EndpointType indexedEndpoint)
Checks to see if a XMLObject is valid. |
protected void |
validateIndex(IndexedEndpoint indexedEndpoint)
Checks that Index is non-negative. |
Methods inherited from class org.opensaml.saml2.metadata.validator.EndpointSchemaValidator |
---|
validateBinding, validateLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedEndpointSchemaValidator()
Method Detail |
---|
public void validate(EndpointType indexedEndpoint) throws ValidationException
validate
in interface Validator<EndpointType extends IndexedEndpoint>
validate
in class EndpointSchemaValidator<EndpointType extends IndexedEndpoint>
indexedEndpoint
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateIndex(IndexedEndpoint indexedEndpoint) throws ValidationException
indexedEndpoint
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |