Rudiments
|
Inherits object.
Inherited by httpbasicsecurity.
Public Member Functions | |
mvcsecurity () | |
virtual | ~mvcsecurity () |
virtual const char * | getUserName ()=0 |
Public Member Functions inherited from object | |
virtual | ~object () |
The mvcsecurity class provides a base class for obtaining the current user.
This class cannot be used directly, rather it must be overridden by a child class that can fetch the current user from a specific security framework, for example, the httpbasicsecurity class can fetch the current user from the HTTP Basic Authentication framework.
|
inline |
Creates an instance of the mvcsecurity class.
|
inlinevirtual |
Deletes this instance of the mvcsecurity class.
|
pure virtual |
Defines a pure-virtual method for obtaining the user name. Must be overridden by a child class.
Implemented in httpbasicsecurity.