shibboleth-2.3.1

RequestMapper.h File Reference

Interface to a request mapping plugin. More...

#include <shibsp/base.h>
#include <xmltooling/Lockable.h>
#include <shibsp/base.h>

Classes

class  shibsp::RequestMapper
 Interface to a request mapping plugin. More...

Namespaces

namespace  shibsp
 

Shibboleth Service Provider Library.


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.

Detailed Description

Interface to a request mapping plugin.


Define Documentation

#define NATIVE_REQUEST_MAPPER   "Native"

Hybrid of XML and platform-specific configuration.

#define XML_REQUEST_MAPPER   "XML"

XML-based RequestMapper implementation.