Factor entityID into SessionInitiator subinterface, move WAYF logic out of Shib handler.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 4 Apr 2007 21:12:47 +0000 (21:12 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 4 Apr 2007 21:12:47 +0000 (21:12 +0000)
commit1e0f9a6b73d537c55867ebf7dfdb7764067290df
tree04b367cf28d4faf044c05616c8f4667577f36037
parent5d254f0abe039780dde02efc07f4002394af35b4
Factor entityID into SessionInitiator subinterface, move WAYF logic out of Shib handler.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2216 cb58f699-b61c-0410-a6fe-9272a202ed29
15 files changed:
configs/shibboleth.xml.in
schemas/shibboleth-spconfig-2.0.xsd
shibsp/Application.h
shibsp/Makefile.am
shibsp/SPConfig.cpp
shibsp/SPConfig.h
shibsp/ServiceProvider.cpp
shibsp/handler/Handler.h
shibsp/handler/SessionInitiator.h [new file with mode: 0644]
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/ChainingSessionInitiator.cpp
shibsp/handler/impl/SessionInitiator.cpp [new file with mode: 0644]
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/impl/XMLServiceProvider.cpp
shibsp/shibsp.vcproj