|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.metadata.validator.OrganizationURLSchemaValidator
public class OrganizationURLSchemaValidator
Checks OrganizationURL
for Schema compliance.
Constructor Summary | |
---|---|
OrganizationURLSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(OrganizationURL organizationURL)
Checks to see if a XMLObject is valid. |
protected void |
validateName(OrganizationURL organizationURL)
Checks that URL is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganizationURLSchemaValidator()
Method Detail |
---|
public void validate(OrganizationURL organizationURL) throws ValidationException
validate
in interface Validator<OrganizationURL>
organizationURL
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateName(OrganizationURL organizationURL) throws ValidationException
organizationURL
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |