|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
public class AttributeConsumingServiceSchemaValidator
Checks AttributeConsumingService
for Schema compliance.
Constructor Summary | |
---|---|
AttributeConsumingServiceSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(AttributeConsumingService attributeConsumingService)
Checks to see if a XMLObject is valid. |
protected void |
validateIndex(AttributeConsumingService attributeConsumingService)
Checks that Index is positive. |
protected void |
validateRequestedAttributes(AttributeConsumingService attributeConsumingService)
Checks that one or more Requested Attributes are present. |
protected void |
validateServiceNames(AttributeConsumingService attributeConsumingService)
Checks that one or more Service Names are present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeConsumingServiceSchemaValidator()
Method Detail |
---|
public void validate(AttributeConsumingService attributeConsumingService) throws ValidationException
validate
in interface Validator<AttributeConsumingService>
attributeConsumingService
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateIndex(AttributeConsumingService attributeConsumingService) throws ValidationException
attributeConsumingService
-
ValidationException
protected void validateServiceNames(AttributeConsumingService attributeConsumingService) throws ValidationException
attributeConsumingService
-
ValidationException
protected void validateRequestedAttributes(AttributeConsumingService attributeConsumingService) throws ValidationException
attributeConsumingService
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |