#include <UserPlugin.h>
Inheritance diagram for UserPlugin:
Public Methods | |
UserPlugin (const Config &cfg) | |
virtual | ~UserPlugin ()=0 |
virtual CoreError | attachCore (StrongroomCore *core) |
virtual CoreError | run ()=0 |
virtual void | shutdown ()=0 |
Protected Attributes | |
StrongroomCore * | core |
|
Contructor |
|
Destructor |
|
Gives the usermodule a handle to a StrongroomCore.
Reimplemented from Plugin. |
|
Starts the User module's command loop. The method will block while the system waits for users to log in. When shutdown() is called, the run() method will eventually return. Implemented in SSLUser, InetUserServer, and SoapServer. |
|
Notifies the plugin that the system is shutting down. Implemented in SSLUser, InetUserServer, and SoapServer. |
|
Reference to the strongroom core Reimplemented from Plugin. |