A "simple" attribute resolver, and token validation.
authorScott Cantor <cantor.2@osu.edu>
Sat, 24 Feb 2007 22:04:37 +0000 (22:04 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 24 Feb 2007 22:04:37 +0000 (22:04 +0000)
commit1290825a4e40aff001dc2a7f623cd65ba4ebadc2
tree820a2685987aec3e20658db2d0145986ade8120b
parentafe02ec33981fdc516c888522009d6c074f98560
A "simple" attribute resolver, and token validation.
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