Validates the TShell login password.
Definition TShellSecurity.h:34
Driver::Crypto::Hash & m_sha512
Hash function.
Definition TShellSecurity.h:45
TShellSecurity(Driver::Crypto::Hash &sha512HashFunciton)
Constructor.
Definition TShellSecurity.h:37
Permission_T validateCredentials(const char *username, const char *password) noexcept
Cpl::TShell::Security.