Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Variables
TAuthenticate.h File Reference
#include "TObject.h"
#include "TString.h"
#include "TList.h"
#include "TDatime.h"
#include "AuthConst.h"
Include dependency graph for TAuthenticate.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TAuthenticate
 

Typedefs

typedef Int_t(* CheckSecCtx_t )(const char *subj, TRootSecContext *ctx)
 
typedef Int_t(* GlobusAuth_t )(TAuthenticate *auth, TString &user, TString &det)
 
typedef Int_t(* Krb5Auth_t )(TAuthenticate *auth, TString &user, TString &det, Int_t version)
 
typedef Int_t(* SecureAuth_t )(TAuthenticate *auth, const char *user, const char *passwd, const char *remote, TString &det, Int_t version)
 

Variables

R__EXTERN TVirtualMutexgAuthenticateMutex
 

Typedef Documentation

typedef Int_t(* CheckSecCtx_t)(const char *subj, TRootSecContext *ctx)

Definition at line 45 of file TAuthenticate.h.

typedef Int_t(* GlobusAuth_t)(TAuthenticate *auth, TString &user, TString &det)

Definition at line 46 of file TAuthenticate.h.

typedef Int_t(* Krb5Auth_t)(TAuthenticate *auth, TString &user, TString &det, Int_t version)

Definition at line 47 of file TAuthenticate.h.

typedef Int_t(* SecureAuth_t)(TAuthenticate *auth, const char *user, const char *passwd, const char *remote, TString &det, Int_t version)

Definition at line 48 of file TAuthenticate.h.

Variable Documentation

R__EXTERN TVirtualMutex* gAuthenticateMutex

Definition at line 51 of file TAuthenticate.h.