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