Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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  ROOT::Deprecated::TAuthenticate
 

Namespaces

namespace  ROOT
 
namespace  ROOT::Deprecated
 

Typedefs

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

Functions

R__EXTERN TVirtualMutex *&gAuthenticateMutex R__DEPRECATED (6, 42, "the RootAuth library is deprecated")
 

Variables

R__EXTERN TVirtualMutexROOT::Deprecated::gAuthenticateMutex = 0
 

Function Documentation

◆ R__DEPRECATED()

R__EXTERN TVirtualMutex *&gAuthenticateMutex R__DEPRECATED ( 6 ,
42 ,
"the RootAuth library is deprecated"  )