Go to the source code of this file.
Defines | |
#define | DFLTTOKENLIFETIME (24*3600) |
Functions | |
void * | GetAFSToken (const char *usr, const char *pwd, int pwlen=-1, int life=DFLTTOKENLIFETIME, char **emsg=0) |
int | VerifyAFSToken (void *token) |
void | DeleteAFSToken (void *token) |
char * | AFSLocalCell () |
#define DFLTTOKENLIFETIME (24*3600) |
char* AFSLocalCell | ( | ) |
void DeleteAFSToken | ( | void * | token | ) |
void* GetAFSToken | ( | const char * | usr, | |
const char * | pwd, | |||
int | pwlen = -1 , |
|||
int | life = DFLTTOKENLIFETIME , |
|||
char ** | emsg = 0 | |||
) |
Definition at line 84 of file AFSAuth.cxx.
References DFLTTOKENLIFETIME, GetAFSErrorString(), ka_Authenticate(), ka_AuthServerConn(), ka_GetAFSTicket(), ka_GetAuthToken(), ka_StringToKey(), and len.
Referenced by ROOT::RpdPass(), and TAFS::TAFS().
int VerifyAFSToken | ( | void * | token | ) |