Move session cookie management into session cache.
authorScott Cantor <cantor.2@osu.edu>
Mon, 26 Nov 2007 06:50:17 +0000 (06:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 26 Nov 2007 06:50:17 +0000 (06:50 +0000)
commit15734309cfc5aa285b82ff19ba214a1dcaf1cada
treee471336d037f1b1b8d09a2313c3ca251b30a18c2
parent150de13aaecde556401a563b0943b02cba70e6ab
Move session cookie management into session cache.
Fully remote more handlers to provide access to session cookie.
20 files changed:
adfs/adfs.cpp
shibsp/AbstractSPRequest.cpp
shibsp/SessionCache.h
shibsp/handler/AbstractHandler.h
shibsp/handler/AssertionConsumerService.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/AssertionLookup.cpp
shibsp/handler/impl/LocalLogoutInitiator.cpp
shibsp/handler/impl/SAML1Consumer.cpp
shibsp/handler/impl/SAML2Consumer.cpp
shibsp/handler/impl/SAML2Logout.cpp
shibsp/handler/impl/SAML2LogoutInitiator.cpp
shibsp/handler/impl/SAML2NameIDMgmt.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/handler/impl/SAMLDSSessionInitiator.cpp
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/handler/impl/WAYFSessionInitiator.cpp
shibsp/impl/StorageServiceSessionCache.cpp
util/resolvertest.cpp