SAML 2.0 artifact bits plus tests
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 1 Aug 2006 18:15:11 +0000 (18:15 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 1 Aug 2006 18:15:11 +0000 (18:15 +0000)
commit3e3854296595b5d46ba86e69f62cc5c7f88f04e1
treec20ee265ec58804cc1aad1a8eb6d91994482e44f
parentd4eecdb1583eef60317093bfd488c10ce39b27db
SAML 2.0 artifact bits plus tests

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@63 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
15 files changed:
saml/Makefile.am
saml/SAMLArtifact.cpp
saml/saml.vcproj
saml/saml1/core/SAMLArtifactType0001.h
saml/saml1/core/SAMLArtifactType0002.h
saml/saml2/core/SAML2Artifact.h [new file with mode: 0644]
saml/saml2/core/SAML2ArtifactType0004.h [new file with mode: 0644]
saml/saml2/core/impl/SAML2Artifact.cpp [new file with mode: 0644]
saml/saml2/core/impl/SAML2ArtifactType0004.cpp [new file with mode: 0644]
samltest/Makefile.am
samltest/SAMLArtifactCreationTest.h [new file with mode: 0644]
samltest/SAMLArtifactType0001Test.h [new file with mode: 0644]
samltest/SAMLArtifactType0002Test.h [new file with mode: 0644]
samltest/SAMLArtifactType0004Test.h [new file with mode: 0644]
samltest/samltest.vcproj