![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
This concrete class dummy/null implementation of the Security interface. More...
This concrete class dummy/null implementation of the Security interface.
#include <SecurityNull.h>
Public Member Functions | |
| SecurityNull () | |
| Constructor. | |
| Permission_T | validateCredentials (const char *username, const char *password) noexcept |
| See Cpl::TShell::Security. | |
Public Member Functions inherited from Cpl::TShell::Security | |
| virtual | ~Security () |
| Virtual destructor. | |
Additional Inherited Members | |
Public Types inherited from Cpl::TShell::Security | |
| enum | Permission_T { ePUBLIC = 0 , eUSER = 1 , eSYSTEM = 2 , eADMIN = 3 } |
| Permissions levels. More... | |
|
inline |
Constructor.
|
inlinevirtualnoexcept |
Implements Cpl::TShell::Security.