X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=shibsp%2FSPConfig.h;h=ed3ddb5f9b40acfbb8ea3077f1f00815280e618f;hp=e8afff6f7dc9d2897f5723aca1e4cdbea7717ac9;hb=73514022d6a44deb8da9be57c8ed9d7e823d3b6b;hpb=5966d880344b487220d99302fc0a804ef40cf1f6 diff --git a/shibsp/SPConfig.h b/shibsp/SPConfig.h index e8afff6..ed3ddb5 100644 --- a/shibsp/SPConfig.h +++ b/shibsp/SPConfig.h @@ -55,6 +55,7 @@ namespace shibsp { class SHIBSP_API AttributeResolver; class SHIBSP_API FilterPolicyContext; class SHIBSP_API MatchFunctor; + class SHIBSP_API SecurityPolicyProvider; #endif #if defined (_MSC_VER) @@ -212,6 +213,11 @@ namespace shibsp { * Manages factories for MatchFunctor plugins. */ xmltooling::PluginManager< MatchFunctor,xmltooling::QName,std::pair > MatchFunctorManager; + + /** + * Manages factories for SecurityPolicyProvider plugins. + */ + xmltooling::PluginManager SecurityPolicyProviderManager; #endif /**