From a532fe2021e9f3858f00dfbc7cfb0eb445519c74 Mon Sep 17 00:00:00 2001 From: cantor Date: Sun, 25 Nov 2007 21:12:35 +0000 Subject: [PATCH] Merge session cache implementations. Move component configuration outside of property sets. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2632 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/shibboleth2.xml.in | 117 ++-- isapi_shib/isapi_shib.cpp | 21 +- schemas/shibboleth-2.0-native-sp-config.xsd | 52 +- shibsp/Makefile.am | 4 +- shibsp/SessionCache.cpp | 61 -- shibsp/SessionCache.h | 31 +- shibsp/impl/StorageServiceSessionCache.cpp | 919 ++++++++++++++++++++-------- shibsp/impl/XMLServiceProvider.cpp | 118 ++-- shibsp/remoting/ListenerService.h | 3 - shibsp/remoting/impl/ListenerService.cpp | 2 - shibsp/shibsp-lite.vcproj | 6 +- shibsp/shibsp.vcproj | 4 - 12 files changed, 808 insertions(+), 530 deletions(-) delete mode 100644 shibsp/SessionCache.cpp diff --git a/configs/shibboleth2.xml.in b/configs/shibboleth2.xml.in index 20afc4e..85e2a92 100644 --- a/configs/shibboleth2.xml.in +++ b/configs/shibboleth2.xml.in @@ -7,85 +7,78 @@ xsi:schemaLocation="urn:mace:shibboleth:2.0:native:sp:config @-PKGXMLDIR-@/shibboleth-2.0-native-sp-config.xsd" logger="@-PKGSYSCONFDIR-@/syslog.logger" clockSkew="180"> - + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +