shibboleth-3.4.1
shibsp::DOMPropertySet::Remapper Class Referenceabstract

Interface that remaps property names for legacy support. More...

#include <shibsp/util/DOMPropertySet.h>

Inheritance diagram for shibsp::DOMPropertySet::Remapper:

Public Member Functions

virtual ~Remapper ()
 Destructor.
 
virtual const char * remap (const char *src, xmltooling::logging::Category &log) const =0
 Remap a name (or return it unchanged).
 

Protected Member Functions

 Remapper ()
 Constructor.
 

Detailed Description

Interface that remaps property names for legacy support.

Member Function Documentation

◆ remap()

virtual const char * shibsp::DOMPropertySet::Remapper::remap ( const char *  src,
xmltooling::logging::Category &  log 
) const
pure virtual

Remap a name (or return it unchanged).

Parameters
srcoriginal name
loglogger to use
Returns
the name to use

Implemented in shibsp::SessionInitiator, and shibsp::DOMPropertySet::STLRemapper.


The documentation for this class was generated from the following file: