First three string functors, added authn context to resolver/filter contexts.
authorScott Cantor <cantor.2@osu.edu>
Mon, 7 May 2007 22:46:08 +0000 (22:46 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 7 May 2007 22:46:08 +0000 (22:46 +0000)
commit85fe3cf344513c8a1e11dfdff63d602af82d35d3
tree03dc7e19449034eabbfc1f086c8a26290ce82e0c
parent5592bc5137314157def9fd3b22ef352868b6028b
First three string functors, added authn context to resolver/filter contexts.
20 files changed:
shibsp/Makefile.am
shibsp/attribute/filtering/BasicFilteringContext.h
shibsp/attribute/filtering/FilteringContext.h
shibsp/attribute/filtering/MatchFunctor.h
shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
shibsp/attribute/filtering/impl/AnyMatchFunctor.cpp
shibsp/attribute/filtering/impl/AttributeIssuerStringFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/AttributeRequesterStringFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/AuthenticationMethodStringFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/MatchFunctor.cpp
shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
shibsp/attribute/resolver/AttributeResolver.h
shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp
shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp
shibsp/handler/AssertionConsumerService.h
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/SAML1Consumer.cpp
shibsp/handler/impl/SAML2Consumer.cpp
shibsp/shibsp.vcproj