|
||||||||||
| 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)
|
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 org.opensaml.xml.validation.ValidationException
validate in interface org.opensaml.xml.validation.Validator<AffiliationDescriptor>org.opensaml.xml.validation.ValidationException
protected void validateOwner(AffiliationDescriptor affiliationDescriptor)
throws org.opensaml.xml.validation.ValidationException
affiliationDescriptor -
org.opensaml.xml.validation.ValidationException
protected void validateMember(AffiliationDescriptor affiliationDescriptor)
throws org.opensaml.xml.validation.ValidationException
affiliationDescriptor -
org.opensaml.xml.validation.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||