Public Member Functions | |
PamThread () | |
virtual void | run () |
void | setAuth (const QString &name, const QString &passwd) |
virtual | ~PamThread () |
Public Attributes | |
bool | auth_resu |
Static Public Attributes | |
static int | compteur_objet = 0 |
Private Attributes | |
QString | Name |
QString | Passwd |
PamThread::PamThread | ( | ) |
References auth_resu, compteur_objet, and debugQt().
PamThread::~PamThread | ( | ) | [virtual] |
References compteur_objet, and debugQt().
void PamThread::run | ( | ) | [virtual] |
void PamThread::setAuth | ( | const QString & | name, | |
const QString & | passwd | |||
) |
set Username and password
name | username | |
passwd | passord |
References debugQt(), Name, and Passwd.
Referenced by ClientSocket::CmdAuthRq().
bool PamThread::auth_resu |
Referenced by PamThread(), run(), and ClientSocket::slot_pam().
int PamThread::compteur_objet = 0 [static] |
Referenced by main(), PamThread(), and ~PamThread().
QString PamThread::Name [private] |
QString PamThread::Passwd [private] |