#include <Authenticator.h>
Inheritance diagram for CAuthenticator:
Public Methods | |
CAuthenticator () | |
virtual | ~CAuthenticator () |
CAuthenticator (const CAuthenticator &aCAuthenticator) | |
CAuthenticator & | operator= (const CAuthenticator &aCAuthenticator) |
virtual Bool_t | Authenticate (CInteractor &rInteractor)=0 |
Protected Methods | |
std::string | GetLine (CInteractor &rInteractor) |
Private Methods | |
int | operator== (const CAuthenticator &aCAuthenticator) const |
|
Definition at line 322 of file Authenticator.h. |
|
Definition at line 325 of file Authenticator.h. |
|
Definition at line 328 of file Authenticator.h. |
|
Implemented in CAccessListCheck, CHostListCheck, CPasswordCheck, CTclAccessListCheck, and CUnixUserCheck. |
|
Definition at line 341 of file Authenticator.h. References CInteractor::Read(). Referenced by CUnixUserCheck::Authenticate(), CHostListCheck::Authenticate(), CAccessListCheck::Authenticate(), and CPasswordCheck::GetUserPassword(). |
|
Definition at line 332 of file Authenticator.h. Referenced by CUnixUserCheck::operator=(), CPasswordCheck::operator=(), and CAccessListCheck::operator=(). |
|
|