#include <TSecContext.h>
Public Member Functions | |
TPwdCtx (const char *pwd, Bool_t pwh) | |
virtual | ~TPwdCtx () |
const char * | GetPasswd () const |
Bool_t | IsPwHash () const |
TPwdCtx (const char *pwd, Bool_t pwh) | |
virtual | ~TPwdCtx () |
const char * | GetPasswd () const |
Bool_t | IsPwHash () const |
Private Attributes | |
TString | fPasswd |
Bool_t | fPwHash |
Definition at line 139 of file TSecContext.h.
TPwdCtx::TPwdCtx | ( | const char * | pwd, | |
Bool_t | pwh | |||
) | [inline] |
Definition at line 146 of file TSecContext.h.
virtual TPwdCtx::~TPwdCtx | ( | ) | [inline, virtual] |
Definition at line 147 of file TSecContext.h.
TPwdCtx::TPwdCtx | ( | const char * | pwd, | |
Bool_t | pwh | |||
) | [inline] |
Definition at line 146 of file TSecContext.h.
virtual TPwdCtx::~TPwdCtx | ( | ) | [inline, virtual] |
Definition at line 147 of file TSecContext.h.
const char* TPwdCtx::GetPasswd | ( | ) | const [inline] |
Definition at line 149 of file TSecContext.h.
References fPasswd.
Referenced by OldSlaveAuthSetup(), and TAuthenticate::ProofAuthSetup().
Bool_t TPwdCtx::IsPwHash | ( | ) | const [inline] |
Definition at line 150 of file TSecContext.h.
References fPwHash.
Referenced by OldSlaveAuthSetup().
const char* TPwdCtx::GetPasswd | ( | ) | const [inline] |
Bool_t TPwdCtx::IsPwHash | ( | ) | const [inline] |
TString TPwdCtx::fPasswd [private] |
Bool_t TPwdCtx::fPwHash [private] |