#include <ISecurityPlugin.hpp>
List of all members.
Detailed Description
The security plugin interface defines a special plugin for the security manager. The plugins are used to change the user or read password files.
Member Function Documentation
| virtual bool MQUALIFIER zeus::ISecurityPlugin::isAvailable |
( |
) |
const [pure virtual] |
This method checks if the plugin is valid. Specially for hardware based security modules this method is useful to check if the hardware is available
| virtual Retval MQUALIFIER zeus::ISecurityPlugin::requestUserSecurityIDChange |
( |
Uint |
uiOldID, |
|
|
Uint & |
ruiNewID |
|
) |
| [pure virtual] |
Changes a user ID from uiOldID to ruiNewID.
- Parameters:
-
| uiOldID | : current user ID |
| ruiNewID,: | New user ID |
- Return values:
-
| RET_NOERROR | : User ID changed |
| RET_REQUEST_FAILED | : chaning failed |
| RET_ACCESS_DENIED | : Access not allowed |
The documentation for this class was generated from the following file: