MessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 26 Sep 2006 19:32:50 +0000 (19:32 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 26 Sep 2006 19:32:50 +0000 (19:32 +0000)
commit21e8f66003ba7a0d106a14702c1891b0561fc7e8
tree0195f2c145c4e51eb1a45e98ab7f5c27d3791978
parent387c0acdd07f202a44f741674424eb63a6621365
MessageEncoder, ArtifactMap, and SAML 1.x encoder classes.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@84 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
18 files changed:
.project
saml/Makefile.am
saml/SAMLConfig.cpp
saml/SAMLConfig.h
saml/binding/ArtifactMap.h [new file with mode: 0644]
saml/binding/MessageEncoder.h [new file with mode: 0644]
saml/binding/impl/ArtifactMap.cpp [new file with mode: 0644]
saml/binding/impl/MessageEncoder.cpp [new file with mode: 0644]
saml/exceptions.h
saml/saml.vcproj
saml/saml1/binding/SAML1ArtifactEncoder.h [new file with mode: 0644]
saml/saml1/binding/SAML1POSTEncoder.h [new file with mode: 0644]
saml/saml1/binding/impl/SAML1ArtifactEncoder.cpp [new file with mode: 0644]
saml/saml1/binding/impl/SAML1POSTEncoder.cpp [new file with mode: 0644]
saml/saml2/metadata/impl/SignatureMetadataFilter.cpp
samltest/ArtifactMapTest.h [new file with mode: 0644]
samltest/Makefile.am
samltest/samltest.vcproj