ROOT 6.10/09 Reference Guide |
#include "TObject.h"
#include "TString.h"
#include "TList.h"
#include "TDatime.h"
#include "AuthConst.h"
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 TVirtualMutex * | gAuthenticateMutex |
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.
R__EXTERN TVirtualMutex* gAuthenticateMutex |
Definition at line 51 of file TAuthenticate.h.