Layered basic metadata plugin on top of new base class.
authorScott Cantor <cantor.2@osu.edu>
Wed, 3 Jan 2007 21:53:06 +0000 (21:53 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 3 Jan 2007 21:53:06 +0000 (21:53 +0000)
commit86e185cf72d47f6d3250414f7451ece13e7b7ec5
tree73f9c5d7dffe5ffb8b4762bab1214eb67609f128
parentdab967a4c891e87feb242cd47e32bf646286174d
Layered basic metadata plugin on top of new base class.
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