#include <AuthenticationLegacy.h>

Public Member Functions | |
| AuthenticationLegacy (VisionaryControl &vctrl) | |
| virtual bool | login (UserLevel userLevel, const std::string &password) |
| virtual bool | logout () |
| virtual | ~AuthenticationLegacy () |
Public Member Functions inherited from visionary::IAuthentication | |
| virtual | ~IAuthentication () |
Private Attributes | |
| VisionaryControl & | m_VisionaryControl |
Additional Inherited Members | |
Public Types inherited from visionary::IAuthentication | |
| enum | UserLevel : int8_t { UserLevel::RUN = 0, UserLevel::OPERATOR = 1, UserLevel::MAINTENANCE = 2, UserLevel::AUTHORIZED_CLIENT = 3, UserLevel::SERVICE = 4 } |
| Available CoLa user levels. More... | |
Definition at line 27 of file AuthenticationLegacy.h.
|
explicit |
Definition at line 28 of file AuthenticationLegacy.cpp.
|
virtual |
Definition at line 33 of file AuthenticationLegacy.cpp.
|
virtual |
Implements visionary::IAuthentication.
Definition at line 35 of file AuthenticationLegacy.cpp.
|
virtual |
Implements visionary::IAuthentication.
Definition at line 52 of file AuthenticationLegacy.cpp.
|
private |
Definition at line 37 of file AuthenticationLegacy.h.