#include <shibsp/attribute/filtering/FilterPolicyContext.h>
Public Member Functions | |
FilterPolicyContext (std::multimap< std::string, MatchFunctor * > &functors) | |
Constructor. | |
std::multimap< std::string, MatchFunctor * > & | getMatchFunctors () const |
Gets a mutable map to store id/functor pairs. |
|
Constructor.
|
|
Gets a mutable map to store id/functor pairs. When storing new instances, use an empty string for unnamed objects.
|