From: Scott Cantor Date: Mon, 11 Dec 2006 16:45:05 +0000 (+0000) Subject: Added missing EntityDescriptor children decls. X-Git-Tag: 2.0-alpha1~128 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=25875b97ccfa1615adb94645b504bdfc94e980d9 Added missing EntityDescriptor children decls. --- diff --git a/saml/saml2/metadata/Metadata.h b/saml/saml2/metadata/Metadata.h index 7f5f97f..c60c41e 100644 --- a/saml/saml2/metadata/Metadata.h +++ b/saml/saml2/metadata/Metadata.h @@ -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. */