libsolidcontrol
Solid::Control::AuthenticationValidator Class Reference
Utility class Contains a backend specific validator instance to validate authentication Can be used for example to authenticate user input as they type. More...
#include <authentication.h>
Public Member Functions | |
AuthenticationValidator () | |
bool | validate (const Authentication *) |
virtual | ~AuthenticationValidator () |
Detailed Description
Utility class Contains a backend specific validator instance to validate authentication Can be used for example to authenticate user input as they type.Definition at line 292 of file authentication.h.
Constructor & Destructor Documentation
Solid::Control::AuthenticationValidator::AuthenticationValidator | ( | ) |
Definition at line 313 of file authentication.cpp.
Solid::Control::AuthenticationValidator::~AuthenticationValidator | ( | ) | [virtual] |
Definition at line 326 of file authentication.cpp.
Member Function Documentation
bool Solid::Control::AuthenticationValidator::validate | ( | const Authentication * | authentication | ) |
Call this to check if an authentication is valid (All secrets present, passphrase length correct.
Definition at line 332 of file authentication.cpp.
The documentation for this class was generated from the following files: