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