Boolean match functors, policy context to manage lifetime and references.
authorScott Cantor <cantor.2@osu.edu>
Mon, 7 May 2007 15:57:48 +0000 (15:57 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 7 May 2007 15:57:48 +0000 (15:57 +0000)
commit5592bc5137314157def9fd3b22ef352868b6028b
tree194b5bd35ca5f65f89b26204613174a484159d6e
parentc95aafdb6935584bbccd9b1334ab77cd70fce468
Boolean match functors, policy context to manage lifetime and references.
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