|
shibboleth-3.5.0
|
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. | |
Public Member Functions | |
| virtual Settings | getSettings (const xmltooling::HTTPRequest &request) const =0 |
| Map request to settings. | |
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.
|
pure virtual |
Map request to settings.
| request | SP request |