|
|
|
|
Location:
CAuthenticationFilterInterface.h
class CAuthenticationFilterInterface : public CBase;
The ECOM interface definition for an HTTP authentication filter. Implementations of an authentication filter must inherit this class.
CBase - Base class for all classes to be instantiated on the heapCAuthenticationFilterInterface - The ECOM interface definition for an Defined in CAuthenticationFilterInterface:
InstallFilterL(), TAuthenticationParams, ~CAuthenticationFilterInterface()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
inline ~CAuthenticationFilterInterface();
The object identified by the destructor key in iEcomDtorID exists
Intended Usage: Virtual destructor
The object is destroyed
static inline void InstallFilterL(RHTTPSession &aSession, MHTTPAuthenticationCallback *aCallback);
The session had already been setup
Intended Usage: This method is used to install the authentication filter to the filter queue. The returned pointer is not owned as the filters must be self-destroying when they are unloaded.
The filter(s) have been installed
|