Improve consistency of cache API methods.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 26 Nov 2007 18:57:10 +0000 (18:57 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 26 Nov 2007 18:57:10 +0000 (18:57 +0000)
commit5d6931bae74cae9c8c2b0883121e5cac66444c01
tree2dc4f8218a1c558a1711aa20fe48c320f6dbe999
parenteae1fe1d3c2240c2205eedd47b507e07d2f09d25
Improve consistency of cache API methods.
Move advanced "back-channel" methods to an Ex subinterface.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2638 cb58f699-b61c-0410-a6fe-9272a202ed29
15 files changed:
adfs/adfs.cpp
shibsp/AbstractSPRequest.cpp
shibsp/Makefile.am
shibsp/SessionCache.h
shibsp/SessionCacheEx.h [new file with mode: 0644]
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/impl/StorageServiceSessionCache.cpp
shibsp/shibsp-lite.vcproj
shibsp/shibsp.vcproj