Initial draft of protocol bootstrapper, reworked ACS lookup (again).
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Aug 2010 04:23:23 +0000 (04:23 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Aug 2010 04:23:23 +0000 (04:23 +0000)
commit0192fbea0a223680137c43f5ca0afad2e4ec345f
treef3364a8919a5919637d9d63cb4961493079b42fe
parent9975be338675d66ad237c5f70f5defa98809a30a
Initial draft of protocol bootstrapper, reworked ACS lookup (again).

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3293 cb58f699-b61c-0410-a6fe-9272a202ed29
26 files changed:
Shibboleth.sln
adfs/adfs.cpp
configs/Makefile.am
configs/protocols.xml [new file with mode: 0644]
schemas/Makefile.am
schemas/catalog.xml.in
schemas/shibboleth-2.0-native-sp-protocols.xsd [new file with mode: 0644]
shibsp/Application.cpp
shibsp/Application.h
shibsp/Makefile.am
shibsp/SPConfig.cpp
shibsp/SPConfig.h
shibsp/binding/ProtocolProvider.h [new file with mode: 0644]
shibsp/binding/impl/XMLProtocolProvider.cpp [new file with mode: 0644]
shibsp/handler/Handler.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/handler/impl/WAYFSessionInitiator.cpp
shibsp/impl/XMLServiceProvider.cpp
shibsp/shibsp-lite.vcxproj
shibsp/shibsp-lite.vcxproj.filters
shibsp/shibsp.vcxproj
shibsp/shibsp.vcxproj.filters
shibsp/util/SPConstants.cpp
shibsp/util/SPConstants.h