Allow message-only policy rules, basic SAML SOAP client.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 23 Nov 2006 04:22:59 +0000 (04:22 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 23 Nov 2006 04:22:59 +0000 (04:22 +0000)
commitb7c9dedddf0c9b1a799d993bf69ee8f130c6b8a9
treea0dc2ed95e6f1227a797f2f3b8a510f60eb236d2
parent6e3fd5a8f8f8dcd7add9594840e24b7ba9ee79f1
Allow message-only policy rules, basic SAML SOAP client.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@133 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
22 files changed:
saml/Makefile.am
saml/binding/ClientCertAuthRule.h
saml/binding/MessageFlowRule.h
saml/binding/SOAPClient.h [new file with mode: 0644]
saml/binding/SecurityPolicy.h
saml/binding/SecurityPolicyRule.h
saml/binding/SimpleSigningRule.h
saml/binding/XMLSigningRule.h
saml/binding/impl/ClientCertAuthRule.cpp
saml/binding/impl/MessageFlowRule.cpp
saml/binding/impl/SOAPClient.cpp [new file with mode: 0644]
saml/binding/impl/SecurityPolicy.cpp
saml/binding/impl/SimpleSigningRule.cpp
saml/binding/impl/XMLSigningRule.cpp
saml/saml.vcproj
saml/saml1/binding/impl/SAML1ArtifactDecoder.cpp
saml/saml1/binding/impl/SAML1POSTDecoder.cpp
saml/saml1/binding/impl/SAML1SOAPDecoder.cpp
saml/saml2/binding/impl/SAML2ArtifactDecoder.cpp
saml/saml2/binding/impl/SAML2POSTDecoder.cpp
saml/saml2/binding/impl/SAML2RedirectDecoder.cpp
saml/saml2/binding/impl/SAML2SOAPDecoder.cpp