Multi-line svn commit, see body.
authorBrent Putman <putmanb@georgetown.edu>
Thu, 6 Jul 2006 22:31:41 +0000 (22:31 +0000)
committerBrent Putman <putmanb@georgetown.edu>
Thu, 6 Jul 2006 22:31:41 +0000 (22:31 +0000)
commit31bc751c4d57cbefbcda84e5a6afc7dffee22dcf
tree60be79129fd2f36871951f614fd56fd678cc866c
parentfe73576ec05a91b1133a2349c8224414a9fc6416
Multi-line svn commit, see body.

Initial check-in of SAML 2.0 Core protocol namespace implementation classes
and unit tests.
65 files changed:
.gitignore
saml/.gitignore
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/.gitignore
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/.gitignore [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]
schemas/.gitignore [new file with mode: 0644]