A "simple" attribute resolver, and token validation.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 24 Feb 2007 22:04:37 +0000 (22:04 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 24 Feb 2007 22:04:37 +0000 (22:04 +0000)
commitb49f8d37d75c1dc3974b060347ae029b499efb08
treee5f37903205c6b66525fafbeb54efe4eec638579
parent64ea99794b8e1bf0af519455288a10096a89133b
A "simple" attribute resolver, and token validation.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2177 cb58f699-b61c-0410-a6fe-9272a202ed29
20 files changed:
.cdtproject
schemas/Makefile.am
schemas/catalog.xml.in
schemas/shibboleth-2.0-simple-resolver.xsd [new file with mode: 0644]
schemas/shibboleth-spconfig-2.0.xsd
shibd/shibd.cpp
shibsp/Application.h
shibsp/Makefile.am
shibsp/SPConfig.cpp
shibsp/SPConfig.h
shibsp/SessionCache.h
shibsp/attribute/resolver/AttributeResolver.h [new file with mode: 0644]
shibsp/attribute/resolver/ResolutionContext.h [new file with mode: 0644]
shibsp/attribute/resolver/impl/AttributeResolver.cpp [new file with mode: 0644]
shibsp/attribute/resolver/impl/SimpleAttributeResolver.cpp [new file with mode: 0644]
shibsp/binding/SOAPClient.h
shibsp/exceptions.h
shibsp/impl/XMLServiceProvider.cpp
shibsp/shibsp.vcproj
util/samlquery.cpp