#include <PasswordCheck.h>
Inheritance diagram for CPasswordCheck:

Public Methods | |
| CPasswordCheck (const std::string &rPassword, std::string rPrompt=m_EmptyString, Bool_t WithPrompt=kfFALSE) | |
| ~CPasswordCheck () | |
| CPasswordCheck (const CPasswordCheck &aCPasswordCheck) | |
| CPasswordCheck & | operator= (const CPasswordCheck &aCPasswordCheck) | 
| std::string | getPassword () const | 
| std::string | getPromptString () const | 
| Bool_t | getWithPrompt () const | 
| void | setPassword (const std::string am_sPassword) | 
| void | setPromptString (const std::string am_sPromptString) | 
| virtual Bool_t | Authenticate (CInteractor &rInteractor) | 
| void | DisablePrompt () | 
| void | EnablePrompt () | 
Protected Methods | |
| void | setWithPrompt (const Bool_t am_fWithPrompt) | 
| std::string | GetUserPassword (CInteractor &rInteractor) | 
Private Methods | |
| int | operator== (const CPasswordCheck &aCPasswordCheck) const | 
Private Attributes | |
| std::string | m_sPassword | 
| std::string | m_sPromptString | 
| Bool_t | m_fWithPrompt | 
Static Private Attributes | |
| const std::string | m_EmptyString | 
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 326 of file PasswordCheck.h. References m_EmptyString, m_fWithPrompt, m_sPassword, and m_sPromptString.  | 
  
      
  | 
  
| 
 
 Definition at line 334 of file PasswordCheck.h.  | 
  
      
  | 
  
| 
 
 Definition at line 339 of file PasswordCheck.h. References m_fWithPrompt, m_sPassword, and m_sPromptString.  | 
  
      
  | 
  
| 
 
 Implements CAuthenticator. Definition at line 308 of file PasswordCheck.cpp. References GetUserPassword(), m_sPassword, m_sPromptString, and CInteractor::Write().  | 
  
      
  | 
  
| 
 
 Definition at line 392 of file PasswordCheck.h. References m_fWithPrompt.  | 
  
      
  | 
  
| 
 
 Definition at line 396 of file PasswordCheck.h. References m_fWithPrompt.  | 
  
      
  | 
  
| 
 
 Definition at line 363 of file PasswordCheck.h. References m_sPassword.  | 
  
      
  | 
  
| 
 
 Definition at line 366 of file PasswordCheck.h. References m_sPromptString.  | 
  
      
  | 
  
| 
 
 Definition at line 401 of file PasswordCheck.h. References CAuthenticator::GetLine(). Referenced by Authenticate().  | 
  
      
  | 
  
| 
 
 Definition at line 369 of file PasswordCheck.h. References m_fWithPrompt.  | 
  
      
  | 
  
| 
 
 Definition at line 349 of file PasswordCheck.h. References m_fWithPrompt, m_sPassword, m_sPromptString, and CAuthenticator::operator=().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 376 of file PasswordCheck.h. References m_sPassword.  | 
  
      
  | 
  
| 
 
 Definition at line 379 of file PasswordCheck.h. References m_sPromptString.  | 
  
      
  | 
  
| 
 
 Definition at line 384 of file PasswordCheck.h. References m_fWithPrompt.  | 
  
      
  | 
  
| 
 
 Definition at line 315 of file PasswordCheck.h. Referenced by CPasswordCheck().  | 
  
      
  | 
  
| 
 
 Definition at line 318 of file PasswordCheck.h. Referenced by CPasswordCheck(), DisablePrompt(), EnablePrompt(), getWithPrompt(), operator=(), and setWithPrompt().  | 
  
      
  | 
  
| 
 
 Definition at line 316 of file PasswordCheck.h. Referenced by Authenticate(), CPasswordCheck(), getPassword(), operator=(), and setPassword().  | 
  
      
  | 
  
| 
 
 Definition at line 317 of file PasswordCheck.h. Referenced by Authenticate(), CPasswordCheck(), getPromptString(), operator=(), and setPromptString().  | 
  
1.2.16