Removed ValidatingXMLObject interface and implementations, first draft of metadata...
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 12 Jul 2006 01:14:48 +0000 (01:14 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 12 Jul 2006 01:14:48 +0000 (01:14 +0000)
commit68a325dcf7141138e2623691813299983209f1b5
treef98a834e56ddabe5a55682ff26adfdbb9637e62a
parent837f313e8b528c300a0c2820399ba84515f9277d
Removed ValidatingXMLObject interface and implementations, first draft of metadata provider APIs.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@47 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
25 files changed:
.cdtproject
saml/Makefile.am
saml/SAMLConfig.cpp
saml/SAMLConfig.h
saml/saml.vcproj
saml/saml1/core/Assertions.h
saml/saml1/core/impl/AssertionsImpl.cpp
saml/saml1/core/impl/ProtocolsImpl.cpp
saml/saml2/core/Assertions.h
saml/saml2/core/impl/Assertions20Impl.cpp
saml/saml2/core/impl/Protocols20Impl.cpp
saml/saml2/metadata/Metadata.h
saml/saml2/metadata/MetadataFilter.h [new file with mode: 0644]
saml/saml2/metadata/MetadataProvider.h [new file with mode: 0644]
saml/saml2/metadata/impl/FilesystemMetadataProvider.cpp [new file with mode: 0644]
saml/saml2/metadata/impl/MetadataImpl.cpp
saml/saml2/metadata/impl/MetadataProvider.cpp [new file with mode: 0644]
saml/signature/SignatureProfileValidator.h
samltest/data/saml2/metadata/InCommon-metadata.xml [new file with mode: 0644]
samltest/saml2/metadata/FilesystemMetadataProviderTest.h [new file with mode: 0644]
samltest/samltest.vcproj
samltest/signature/SAML1AssertionTest.h
samltest/signature/SAML1RequestTest.h
samltest/signature/SAML1ResponseTest.h
samltest/signature/SAML2AssertionTest.h