ReplayCache, some decoder work, and merged schema validators into one suite.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 2 Oct 2006 05:22:30 +0000 (05:22 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 2 Oct 2006 05:22:30 +0000 (05:22 +0000)
commit544c9a92232f5a33bb2ad2001ca1f17a85d44bbe
tree4cf17650b163c1e91930a9aca465f29e730fd1a1
parent6f0f2b1180c2afd3093de0c53f656e579ae556db
ReplayCache, some decoder work, and merged schema validators into one suite.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@93 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
23 files changed:
saml/Makefile.am
saml/SAMLConfig.cpp
saml/SAMLConfig.h
saml/binding/MessageDecoder.h [new file with mode: 0644]
saml/binding/MessageEncoder.h
saml/binding/ReplayCache.h [new file with mode: 0644]
saml/binding/impl/MessageDecoder.cpp [new file with mode: 0644]
saml/binding/impl/ReplayCache.cpp [new file with mode: 0644]
saml/exceptions.h
saml/saml.vcproj
saml/saml1/binding/SAML1POSTDecoder.h [new file with mode: 0644]
saml/saml1/binding/impl/SAML1POSTDecoder.cpp [new file with mode: 0644]
saml/saml1/core/Assertions.h
saml/saml1/core/Protocols.h
saml/saml1/core/impl/AssertionsSchemaValidators.cpp
saml/saml1/core/impl/ProtocolsSchemaValidators.cpp
saml/saml2/core/Assertions.h
saml/saml2/core/Protocols.h
saml/saml2/core/impl/Assertions20SchemaValidators.cpp
saml/saml2/core/impl/Protocols20SchemaValidators.cpp
saml/saml2/metadata/Metadata.h
saml/saml2/metadata/impl/MetadataImpl.cpp
saml/saml2/metadata/impl/MetadataSchemaValidators.cpp