Added missing EntityDescriptor children decls.
authorScott Cantor <cantor.2@osu.edu>
Mon, 11 Dec 2006 16:45:05 +0000 (16:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 11 Dec 2006 16:45:05 +0000 (16:45 +0000)
saml/saml2/metadata/Metadata.h

index 7f5f97f..c60c41e 100644 (file)
@@ -349,6 +349,9 @@ namespace opensaml {
             DECL_TYPED_CHILDREN(AuthnQueryDescriptorType);
             DECL_TYPED_CHILDREN(AttributeQueryDescriptorType);
             DECL_TYPED_CHILDREN(AuthzDecisionQueryDescriptorType);
+            DECL_TYPED_CHILD(Organization);
+            DECL_TYPED_CHILDREN(ContactPerson);
+            DECL_TYPED_CHILDREN(AdditionalMetadataLocation);
             /** Finds an IDP role supporting a given protocol. */
             virtual const IDPSSODescriptor* getIDPSSODescriptor(const XMLCh* protocol) const=0;
             /** Finds an SP role supporting a given protocol. */