Boolean match functors, policy context to manage lifetime and references.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 7 May 2007 15:57:48 +0000 (15:57 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 7 May 2007 15:57:48 +0000 (15:57 +0000)
commit2612dec799334488dd7354abcf4393346f73b82c
treeaf3548b08a109ac800ba80c7ea7392813462caa1
parentfa1832aa42cb8a1f9461e31c9f105bd65a1981e1
Boolean match functors, policy context to manage lifetime and references.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2233 cb58f699-b61c-0410-a6fe-9272a202ed29
16 files changed:
shibsp/Makefile.am
shibsp/SPConfig.h
shibsp/attribute/Attribute.h
shibsp/attribute/NameIDAttribute.h
shibsp/attribute/ScopedAttribute.h
shibsp/attribute/filtering/FilterPolicyContext.h [new file with mode: 0644]
shibsp/attribute/filtering/MatchFunctor.h
shibsp/attribute/filtering/impl/AndMatchFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/AnyMatchFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/MatchFunctor.cpp
shibsp/attribute/filtering/impl/NotMatchFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/OrMatchFunctor.cpp [new file with mode: 0644]
shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp
shibsp/shibsp.vcproj
shibsp/util/SPConstants.cpp
shibsp/util/SPConstants.h