shibboleth-2.6.1
|
Interface to a request mapping plugin. More...
#include <shibsp/RequestMapper.h>
Public Types | |
typedef std::pair< const PropertySet *, AccessControl * > | Settings |
Combination of configuration settings and effective access control. More... | |
Public Member Functions | |
virtual Settings | getSettings (const xmltooling::HTTPRequest &request) const =0 |
Map request to settings. More... | |
Interface to a request mapping plugin.
Request mapping plugins return configuration settings that apply to resource requests. They can be implemented through cross-platform or platform-specific mechanisms.
typedef std::pair<const PropertySet*,AccessControl*> shibsp::RequestMapper::Settings |
Combination of configuration settings and effective access control.
|
pure virtual |
Map request to settings.
request | SP request |