MessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
authorScott Cantor <cantor.2@osu.edu>
Tue, 26 Sep 2006 19:32:50 +0000 (19:32 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 26 Sep 2006 19:32:50 +0000 (19:32 +0000)
commit54bc3fd9396935d92c53bbb69d003e8d121720c2
treec730bdc52bd8893147e58d003312ff08047420aa
parente7d56a2d45c08ee71853ff8f19d04a4ef83448e6
MessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
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