#include <shibsp/handler/SessionInitiator.h>
Inheritance diagram for shibsp::SessionInitiator:
Public Member Functions | |
virtual std::pair< bool, long > | run (SPRequest &request, std::string &entityID, bool isHandler=true) const =0 |
Executes an incoming request. | |
std::pair< bool, long > | run (SPRequest &request, bool isHandler=true) const |
Executes handler functionality as an incoming request. | |
const char * | getType () const |
Returns the "type" of the Handler plugin. | |
Static Protected Attributes | |
static std::map< std::string, std::string > | m_remapper |
Property remapper for configuration compatibility. | |
Friends | |
void | registerSessionInitiators () |
Registers SessionInitiator implementations. |
By default, SessionInitiators look for an entityID on the incoming request and pass control to the specialized run method.
|
Returns the "type" of the Handler plugin.
Reimplemented from shibsp::Handler. |
|
Executes handler functionality as an incoming request. Handlers can be run either directly by incoming web requests or indirectly/implicitly during other SP processing.
Implements shibsp::Handler. |
|
Executes an incoming request. SessionInitiators can be run either directly by incoming web requests or indirectly/implicitly during other SP processing.
|