X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml1%2Fcore%2FAssertions.h;h=e9af40d98f4aae0c5eeb43e1170d72182e09da92;hb=9f703166a2dac77dcd74b43c2380b3f766938c50;hp=eb138ae09ba9e3d07019f222c1d9fa62e4a0e452;hpb=be0b6f800ddf54b62d31342576c917b4fb59533c;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml1/core/Assertions.h b/saml/saml1/core/Assertions.h index eb138ae..e9af40d 100644 --- a/saml/saml1/core/Assertions.h +++ b/saml/saml1/core/Assertions.h @@ -226,6 +226,8 @@ namespace opensaml { DECL_TYPED_CHILDREN(Statement); DECL_TYPED_CHILDREN(SubjectStatement); DECL_TYPED_CHILDREN(AuthenticationStatement); + DECL_TYPED_CHILDREN(AttributeStatement); + DECL_TYPED_CHILDREN(AuthorizationDecisionStatement); DECL_TYPED_FOREIGN_CHILD(Signature,xmlsignature); /** AssertionType local name */ static const XMLCh TYPE_NAME[];