ROOT 6.16/01 Reference Guide |
Definition at line 31 of file TRootAuth.h.
Public Member Functions | |
TRootAuth () | |
virtual | ~TRootAuth () |
TSecContext * | Authenticate (TSocket *, const char *host, const char *user, Option_t *options="") |
Runs authentication on socket s. More... | |
Int_t | ClientVersion () |
Return client version;. More... | |
void | ErrorMsg (const char *where, Int_t ecode=-1) |
Print error string corresponding to ecode, prepending location. More... | |
const char * | Name () |
Public Member Functions inherited from TVirtualAuth | |
TVirtualAuth () | |
virtual | ~TVirtualAuth () |
virtual TSecContext * | Authenticate (TSocket *, const char *host, const char *user, Option_t *options)=0 |
virtual Int_t | ClientVersion ()=0 |
virtual void | ErrorMsg (const char *where, Int_t ecode)=0 |
virtual const char * | Name ()=0 |
#include <TRootAuth.h>
|
inline |
Definition at line 34 of file TRootAuth.h.
|
inlinevirtual |
Definition at line 35 of file TRootAuth.h.
|
virtual |
Runs authentication on socket s.
Invoked when dynamic loading is needed. Returns 1 on success, 0 on failure.
Implements TVirtualAuth.
Definition at line 36 of file TRootAuth.cxx.
|
virtual |
Print error string corresponding to ecode, prepending location.
Implements TVirtualAuth.
Definition at line 163 of file TRootAuth.cxx.
|
inlinevirtual |
Implements TVirtualAuth.
Definition at line 41 of file TRootAuth.h.