X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsecurity%2Fimpl%2FCredentialResolver.cpp;h=e00b22cd0fe85dd0eae4ca3303f77a8d55d9b194;hp=e77304d5390a85568fa35c00b43959f2cf1fe39a;hb=efe9ca9abb2a9e7b3e28b2d95a7e0b932085c4fd;hpb=9b652e511bbed2698e1951e80150fd59633707f0 diff --git a/xmltooling/security/impl/CredentialResolver.cpp b/xmltooling/security/impl/CredentialResolver.cpp index e77304d..e00b22c 100644 --- a/xmltooling/security/impl/CredentialResolver.cpp +++ b/xmltooling/security/impl/CredentialResolver.cpp @@ -30,7 +30,8 @@ using namespace xmltooling; namespace xmltooling { - XMLTOOL_DLLLOCAL PluginManager::Factory FilesystemCredentialResolverFactory; + XMLTOOL_DLLLOCAL PluginManager::Factory FilesystemCredentialResolverFactory; + XMLTOOL_DLLLOCAL PluginManager::Factory DummyCredentialResolverFactory; XMLTOOL_DLLLOCAL PluginManager::Factory ChainingCredentialResolverFactory; }; @@ -38,6 +39,7 @@ void XMLTOOL_API xmltooling::registerCredentialResolvers() { XMLToolingConfig& conf=XMLToolingConfig::getConfig(); conf.CredentialResolverManager.registerFactory(FILESYSTEM_CREDENTIAL_RESOLVER, FilesystemCredentialResolverFactory); + conf.CredentialResolverManager.registerFactory(DUMMY_CREDENTIAL_RESOLVER, DummyCredentialResolverFactory); conf.CredentialResolverManager.registerFactory(CHAINING_CREDENTIAL_RESOLVER, ChainingCredentialResolverFactory); }