Parameterize config namespace for message plugins.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 11 Jul 2007 04:36:39 +0000 (04:36 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 11 Jul 2007 04:36:39 +0000 (04:36 +0000)
commitcf9d2d903c945dbe4317e0541b4ff942f1c0d8ff
tree24e93b9dc6e521fbeabcb22801f306e836ed8d79
parent76e5af4fa9b06d2849f73e772293168f491e5c01
Parameterize config namespace for message plugins.
Schema and config for logout.
Draft SAML logout implementation.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2347 cb58f699-b61c-0410-a6fe-9272a202ed29
17 files changed:
configs/example-metadata.xml.in
configs/shibboleth2.xml.in
schemas/shibboleth-2.0-native-sp-config.xsd
shibsp/Makefile.am
shibsp/SessionCache.h
shibsp/handler/Handler.h
shibsp/handler/LogoutHandler.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/LogoutHandler.cpp
shibsp/handler/impl/SAML2ArtifactResolution.cpp
shibsp/handler/impl/SAML2Logout.cpp [new file with mode: 0644]
shibsp/handler/impl/SAML2LogoutInitiator.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/impl/StorageServiceSessionCache.cpp
shibsp/shibsp-lite.vcproj
shibsp/shibsp.vcproj