#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. | |
Request mapping plugins return configuration settings that apply to resource requests. They can be implemented through cross-platform or platform-specific mechanisms.
| virtual Settings shibsp::RequestMapper::getSettings | ( | const xmltooling::HTTPRequest & | request | ) | const [pure virtual] |
Map request to settings.
| request | SP request |
1.4.7