X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FSAMLConfig.h;h=b1b3a4383c800ac94ba22e31e152f31eeecb6e5e;hp=4944abb9baa8ddbea32f84f7e5c8454b27aa0b71;hb=db44995ea6c326dcb51387a888da823c5d86c866;hpb=3cbec746823d9c409f7caf3f4c6f5d69fac67333 diff --git a/saml/SAMLConfig.h b/saml/SAMLConfig.h index 4944abb..b1b3a43 100644 --- a/saml/SAMLConfig.h +++ b/saml/SAMLConfig.h @@ -48,6 +48,7 @@ namespace opensaml { namespace saml2md { class SAML_API ContactPerson; class SAML_API EntityDescriptor; + class SAML_API EntityMatcher; class SAML_API MetadataProvider; class SAML_API MetadataFilter; class SAML_API RoleDescriptor; @@ -191,6 +192,9 @@ namespace opensaml { /** Manages factories for MetadataFilter plugins. */ xmltooling::PluginManager MetadataFilterManager; + /** Manages factories for EntityMatcher plugins. */ + xmltooling::PluginManager EntityMatcherManager; + protected: SAMLConfig();