Rework decoder handling in simple resolver, add IdP/SP names to decoder API, hook...
authorScott Cantor <cantor.2@osu.edu>
Thu, 1 Mar 2007 18:11:43 +0000 (18:11 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 1 Mar 2007 18:11:43 +0000 (18:11 +0000)
commit720938f839ffaa940bcd16537afdae3bec484eb0
treed719bb4f88d5b8c8be09aaca7064983e95afd38c
parentdba73d9a97d0db094c04a90f644d6fcee1d70a04
Rework decoder handling in simple resolver, add IdP/SP names to decoder API, hook resolver up to Applications.
14 files changed:
configs/AAP.xml.in [deleted file]
configs/Makefile.am
configs/resolver-simple.xml.in [new file with mode: 0644]
configs/shibboleth.xml.in
schemas/shibboleth-2.0-simple-resolver.xsd
schemas/shibboleth-spconfig-2.0.xsd
shibd/shibd.cpp
shibsp/Application.h
shibsp/attribute/AttributeDecoder.h
shibsp/attribute/NameIDAttributeDecoder.cpp
shibsp/attribute/ScopedAttributeDecoder.cpp
shibsp/attribute/SimpleAttributeDecoder.cpp
shibsp/attribute/resolver/impl/SimpleAttributeResolver.cpp
shibsp/impl/XMLServiceProvider.cpp