Layered basic metadata plugin on top of new base class.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 3 Jan 2007 21:53:06 +0000 (21:53 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 3 Jan 2007 21:53:06 +0000 (21:53 +0000)
commit7d8a35660d92c361cb6e9a3cb0a48a6c204398e2
treedaeb680d93a3682ba8783aae94a39f8fb15198aa
parentb63003cbc38c2fe65498816bc08b56b3745bba4d
Layered basic metadata plugin on top of new base class.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@156 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
17 files changed:
saml/Makefile.am
saml/saml.vcproj
saml/saml2/metadata/MetadataProvider.h
saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp [deleted file]
saml/saml2/metadata/impl/MetadataProvider.cpp
saml/saml2/metadata/impl/XMLMetadataProvider.cpp [new file with mode: 0644]
samltest/Makefile.am
samltest/binding.h
samltest/data/saml2/metadata/XMLMetadataProvider.xml [moved from samltest/data/saml2/metadata/FilesystemMetadataProvider.xml with 100% similarity]
samltest/data/saml2/metadata/XMLWithBlacklists.xml [moved from samltest/data/saml2/metadata/FilesystemWithBlacklists.xml with 100% similarity]
samltest/data/saml2/metadata/XMLWithWhitelists.xml [moved from samltest/data/saml2/metadata/FilesystemWithWhitelists.xml with 100% similarity]
samltest/data/security/XMLMetadataProvider.xml [moved from samltest/data/security/FilesystemMetadataProvider.xml with 100% similarity]
samltest/internal.h
samltest/saml2/metadata/XMLMetadataProviderTest.h [moved from samltest/saml2/metadata/FilesystemMetadataProviderTest.h with 89% similarity]
samltest/samltest.vcproj
samltest/security/AbstractPKIXTrustEngineTest.h
samltest/security/ExplicitKeyTrustEngineTest.h