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