Interface to a request mapping plugin. More...
#include <shibsp/base.h>
#include <xmltooling/Lockable.h>
Classes | |
class | shibsp::RequestMapper |
Interface to a request mapping plugin. More... | |
Namespaces | |
namespace | shibsp |
SocketListener.h. | |
Defines | |
#define | XML_REQUEST_MAPPER "XML" |
XML-based RequestMapper implementation. | |
#define | NATIVE_REQUEST_MAPPER "Native" |
Hybrid of XML and platform-specific configuration. | |
Functions | |
void SHIBSP_API | shibsp::registerRequestMappers () |
Registers RequestMapper classes into the runtime. | |
Variables | |
class SHIBSP_API | shibsp::AccessControl |
Interface to a request mapping plugin.
#define NATIVE_REQUEST_MAPPER "Native" |
Hybrid of XML and platform-specific configuration.
#define XML_REQUEST_MAPPER "XML" |
XML-based RequestMapper implementation.