Fixed attribute-based functors.
authorScott Cantor <cantor.2@osu.edu>
Mon, 14 May 2007 00:29:49 +0000 (00:29 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 14 May 2007 00:29:49 +0000 (00:29 +0000)
commit35f74892a217013b69cf9c69a5d7fbc38be75802
tree80a68f792e4afcbc40508edd341801443591cec9
parent20bd5d947fd9b2388cdb781e747e77505f8a673a
Fixed attribute-based functors.
Implemented special handling of REMOTE_USER.
Added header clearing method to resolver/extractor.
Added default policy file.
21 files changed:
configs/Makefile.am
configs/attribute-map.xml.in
configs/attribute-policy.xml.in [new file with mode: 0644]
configs/shibboleth.xml.in
schemas/shibboleth-2.0-afp-mf-basic.xsd
schemas/shibboleth-2.0-afp.xsd
schemas/shibboleth-2.0-attribute-map.xsd
schemas/shibboleth-2.0-native-sp-config.xsd
shibsp/Application.h
shibsp/ServiceProvider.cpp
shibsp/attribute/filtering/impl/AttributeScopeMatchesShibMDScopeFunctor.cpp
shibsp/attribute/filtering/impl/AttributeScopeRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeScopeStringFunctor.cpp
shibsp/attribute/filtering/impl/AttributeValueRegexFunctor.cpp
shibsp/attribute/filtering/impl/AttributeValueStringFunctor.cpp
shibsp/attribute/resolver/AttributeExtractor.h
shibsp/attribute/resolver/AttributeResolver.h
shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp
shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp
shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
shibsp/impl/XMLServiceProvider.cpp