Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TPwdCtx Class Reference

Definition at line 139 of file TSecContext.h.

Public Member Functions

 TPwdCtx (const char *pwd, Bool_t pwh)
 
virtual ~TPwdCtx ()
 
const char * GetPasswd () const
 
Bool_t IsPwHash () const
 

Private Attributes

TString fPasswd
 
Bool_t fPwHash
 

#include <TSecContext.h>

Constructor & Destructor Documentation

◆ TPwdCtx()

TPwdCtx::TPwdCtx ( const char *  pwd,
Bool_t  pwh 
)
inline

Definition at line 146 of file TSecContext.h.

◆ ~TPwdCtx()

virtual TPwdCtx::~TPwdCtx ( )
inlinevirtual

Definition at line 147 of file TSecContext.h.

Member Function Documentation

◆ GetPasswd()

const char* TPwdCtx::GetPasswd ( ) const
inline

Definition at line 149 of file TSecContext.h.

◆ IsPwHash()

Bool_t TPwdCtx::IsPwHash ( ) const
inline

Definition at line 150 of file TSecContext.h.

Member Data Documentation

◆ fPasswd

TString TPwdCtx::fPasswd
private

Definition at line 142 of file TSecContext.h.

◆ fPwHash

Bool_t TPwdCtx::fPwHash
private

Definition at line 143 of file TSecContext.h.


The documentation for this class was generated from the following file: