libsolidcontrol
Solid::Control::Authentication Class Reference
Base class for wireless authentication schemes. More...
#include <authentication.h>
Inheritance diagram for Solid::Control::Authentication:

Public Types | |
typedef QMap< QString, QString > | SecretMap |
Public Member Functions | |
Authentication () | |
SecretMap | secrets () const |
void | setSecrets (const SecretMap &) |
virtual | ~Authentication () |
Detailed Description
Base class for wireless authentication schemes.No need to instantiate this
Definition at line 33 of file authentication.h.
Member Typedef Documentation
Definition at line 36 of file authentication.h.
Constructor & Destructor Documentation
Solid::Control::Authentication::Authentication | ( | ) |
Definition at line 78 of file authentication.cpp.
Solid::Control::Authentication::~Authentication | ( | ) | [virtual] |
Definition at line 84 of file authentication.cpp.
Member Function Documentation
Solid::Control::Authentication::SecretMap Solid::Control::Authentication::secrets | ( | ) | const |
void Solid::Control::Authentication::setSecrets | ( | const SecretMap & | secrets | ) |
All the authentication's secrets are stored in this map.
These can be plaintext passwords, hashed passwords, certificate passphrases
Definition at line 89 of file authentication.cpp.
The documentation for this class was generated from the following files: