GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Protected Attributes
Ajax::Main::TShellSecurity Class Reference

Validates the TShell login password. More...

Detailed Description

Validates the TShell login password.

#include <TShellSecurity.h>

Inheritance diagram for Ajax::Main::TShellSecurity:
[legend]
Collaboration diagram for Ajax::Main::TShellSecurity:
[legend]

Public Member Functions

 TShellSecurity (Driver::Crypto::Hash &sha512HashFunciton)
 Constructor.
 
Permission_T validateCredentials (const char *username, const char *password) noexcept
 Cpl::TShell::Security.
 
- Public Member Functions inherited from Cpl::TShell::Security
virtual ~Security ()
 Virtual destructor.
 

Protected Attributes

Driver::Crypto::Hashm_sha512
 Hash function.
 

Additional Inherited Members

- Public Types inherited from Cpl::TShell::Security
enum  Permission_T { ePUBLIC = 0 , eUSER = 1 , eSYSTEM = 2 , eADMIN = 3 }
 Permissions levels. More...
 

Constructor & Destructor Documentation

◆ TShellSecurity()

Ajax::Main::TShellSecurity::TShellSecurity ( Driver::Crypto::Hash sha512HashFunciton)
inline

Constructor.

Member Function Documentation

◆ validateCredentials()

Permission_T Ajax::Main::TShellSecurity::validateCredentials ( const char *  username,
const char *  password 
)
virtualnoexcept

Member Data Documentation

◆ m_sha512

Driver::Crypto::Hash& Ajax::Main::TShellSecurity::m_sha512
protected

Hash function.


The documentation for this class was generated from the following file: