![]() |
Banking_System_Client
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
Concrete validation strategy for passwords. More...
#include <ValidationStrategy.h>
Public Member Functions | |
bool | isValid (const QString &input) const override |
Validates the input string as a password. More... | |
QString | errorMessage () const override |
Retrieves the error message for an invalid password. More... | |
Concrete validation strategy for passwords.
Validates that the input string is a valid password according to specified criteria.
|
inlineoverridevirtual |
Retrieves the error message for an invalid password.
Implements IValidationStrategy.
|
inlineoverridevirtual |
Validates the input string as a password.
input | The input string to validate. |
Implements IValidationStrategy.