Initial check-in of SAML 2.0 Core protocol namespace implementation classes
authorputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 6 Jul 2006 22:31:41 +0000 (22:31 +0000)
committerputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 6 Jul 2006 22:31:41 +0000 (22:31 +0000)
commitbe7d27b794875ca21dfa0f0c0a02750b61f5f127
tree681a210dcbac0852f8c9cc13ce9e2148294defe7
parent90b3f0733aa801014d4ef08fbc2a70cae49a0534
Initial check-in of SAML 2.0 Core protocol namespace implementation classes
and unit tests.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@42 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
60 files changed:
saml/Makefile.am
saml/SAMLConfig.cpp
saml/saml2/core/Protocols.h
saml/saml2/core/impl/Protocols20Impl.cpp
saml/saml2/core/impl/Protocols20SchemaValidators.cpp [new file with mode: 0644]
samltest/Makefile.am
samltest/data/saml2/core/impl/ArtifactResolveChildElements.xml
samltest/data/saml2/core/impl/ArtifactResponseChildElements.xml
samltest/data/saml2/core/impl/AssertionIDRequestChildElements.xml
samltest/data/saml2/core/impl/AttributeQueryChildElements.xml
samltest/data/saml2/core/impl/AuthnQueryChildElements.xml
samltest/data/saml2/core/impl/AuthnRequest.xml
samltest/data/saml2/core/impl/AuthnRequestChildElements.xml
samltest/data/saml2/core/impl/AuthnRequestOptionalAttributes.xml
samltest/data/saml2/core/impl/AuthzDecisionQueryChildElements.xml
samltest/data/saml2/core/impl/LogoutRequestChildElements.xml
samltest/data/saml2/core/impl/LogoutResponseChildElements.xml
samltest/data/saml2/core/impl/ManageNameIDRequestChildElements.xml
samltest/data/saml2/core/impl/ManageNameIDResponseChildElements.xml
samltest/data/saml2/core/impl/NameIDMappingRequestChildElements.xml
samltest/data/saml2/core/impl/NameIDMappingResponseChildElements.xml
samltest/data/saml2/core/impl/NameIDPolicy.xml
samltest/data/saml2/core/impl/NameIDPolicyOptionalAttributes.xml
samltest/data/saml2/core/impl/NewEncryptedID.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/NewEncryptedIDChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/ResponseChildElements.xml
samltest/data/saml2/core/impl/StatusResponse.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/StatusResponseChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/StatusResponseOptionalAttributes.xml [new file with mode: 0644]
samltest/saml2/core/impl/Artifact20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ArtifactResolve20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ArtifactResponse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AssertionIDRequest20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AttributeQuery20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnQuery20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnRequest20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthzDecisionQuery20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/GetComplete20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/IDPEntry20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/IDPList20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/LogoutRequest20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/LogoutResponse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ManageNameIDRequest20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ManageNameIDResponse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameIDMappingRequest20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameIDMappingResponse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameIDPolicy20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NewEncryptedID20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NewID20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/RequestedAuthnContext20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/RequesterID20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Response20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Scoping20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SessionIndex20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Status20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/StatusCode20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/StatusDetail20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/StatusMessage20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/StatusResponse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Terminate20Test.h [new file with mode: 0644]