#include <UnixUserCheck.h>
Inheritance diagram for CUnixUserCheck:
Public Methods | |
CUnixUserCheck () | |
~CUnixUserCheck () | |
CUnixUserCheck (const string &am_sUserPrompt, const string &am_sPasswordPrompt, Bool_t am_fPromptUser, Bool_t am_fPromptPassword) | |
CUnixUserCheck (const CUnixUserCheck &aCUnixUserCheck) | |
CUnixUserCheck & | operator= (const CUnixUserCheck &aCUnixUserCheck) |
string | getUserPrompt () const |
string | getPasswordPrompt () const |
Bool_t | getPromptUser () const |
Bool_t | getPromptPassword () const |
virtual Bool_t | Authenticate (CInteractor &rInteractor) |
void | SetPrompting (Bool_t fUserPrompt=kfTRUE, Bool_t fPasswordPrompt=kfTRUE) |
void | SetUserPrompt (const string &rNewPrompt=string("Password:")) |
void | SetPasswordPrompt (const string &rNewPrompt=string("Password:")) |
Protected Methods | |
void | setUserPrompt (const string &am_sUserPrompt) |
void | setPasswordPrompt (const string &am_sPasswordPrompt) |
void | setPromptUser (Bool_t am_fPromptUser) |
void | setPromptPassword (Bool_t am_fPromptPassword) |
void | PutPrompt (CInteractor &rInteractor, const string &rPrompt) |
Bool_t | Validate (const string &sUser, const string &sPassword) |
Private Methods | |
int | operator== (const CUnixUserCheck &aCUnixUserCheck) const |
Private Attributes | |
string | m_sUserPrompt |
string | m_sPasswordPrompt |
Bool_t | m_fPromptUser |
Bool_t | m_fPromptPassword |
|
Definition at line 321 of file UnixUserCheck.h. References m_fPromptPassword, m_fPromptUser, m_sPasswordPrompt, and m_sUserPrompt. |
|
Definition at line 330 of file UnixUserCheck.h. |
|
Definition at line 332 of file UnixUserCheck.h. References m_fPromptPassword, m_fPromptUser, m_sPasswordPrompt, and m_sUserPrompt. |
|
Definition at line 346 of file UnixUserCheck.h. References m_fPromptPassword, m_fPromptUser, m_sPasswordPrompt, and m_sUserPrompt. |
|
Implements CAuthenticator. Definition at line 316 of file UnixUserCheck.cpp. References CAuthenticator::GetLine(), m_sPasswordPrompt, m_sUserPrompt, PutPrompt(), and Validate(). |
|
Definition at line 382 of file UnixUserCheck.h. References m_sPasswordPrompt. |
|
Definition at line 388 of file UnixUserCheck.h. References m_fPromptPassword. |
|
Definition at line 385 of file UnixUserCheck.h. References m_fPromptUser. |
|
Definition at line 379 of file UnixUserCheck.h. References m_sUserPrompt. |
|
Definition at line 359 of file UnixUserCheck.h. References m_fPromptPassword, m_fPromptUser, m_sPasswordPrompt, m_sUserPrompt, and CAuthenticator::operator=(). |
|
|
|
Definition at line 380 of file UnixUserCheck.cpp. References CInteractor::Write(). Referenced by Authenticate(). |
|
Definition at line 367 of file UnixUserCheck.cpp. References m_sPasswordPrompt. |
|
Definition at line 399 of file UnixUserCheck.h. References m_sPasswordPrompt. |
|
Definition at line 340 of file UnixUserCheck.cpp. References m_fPromptPassword, and m_fPromptUser. |
|
Definition at line 405 of file UnixUserCheck.h. References m_fPromptPassword. |
|
Definition at line 402 of file UnixUserCheck.h. References m_fPromptUser. |
|
Definition at line 355 of file UnixUserCheck.cpp. References m_sUserPrompt. |
|
Definition at line 396 of file UnixUserCheck.h. References m_sUserPrompt. |
|
Definition at line 393 of file UnixUserCheck.cpp. Referenced by Authenticate(). |
|
Definition at line 313 of file UnixUserCheck.h. Referenced by CUnixUserCheck(), getPromptPassword(), operator=(), SetPrompting(), and setPromptPassword(). |
|
Definition at line 312 of file UnixUserCheck.h. Referenced by CUnixUserCheck(), getPromptUser(), operator=(), SetPrompting(), and setPromptUser(). |
|
Definition at line 311 of file UnixUserCheck.h. Referenced by Authenticate(), CUnixUserCheck(), getPasswordPrompt(), operator=(), setPasswordPrompt(), and SetPasswordPrompt(). |
|
Definition at line 310 of file UnixUserCheck.h. Referenced by Authenticate(), CUnixUserCheck(), getUserPrompt(), operator=(), setUserPrompt(), and SetUserPrompt(). |