ROOT
6.07/01
Reference Guide
|
Definition at line 53 of file XrdProofdManager.h.
Public Member Functions | |
XrdProofdManager (XrdProtocol_Config *pi, XrdSysError *edest) | |
Constructor. More... | |
virtual | ~XrdProofdManager () |
Destructor. More... | |
XrdSysRecMutex * | Mutex () |
int | Config (bool rcf=0) |
Run configuration and parse the entered config directives. More... | |
int | DoDirective (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
Update the priorities of the active sessions. More... | |
void | RegisterDirectives () |
Register directives for configuration. More... | |
int | ResolveKeywords (XrdOucString &s, XrdProofdClient *pcl) |
Resolve special keywords in 's' for client 'pcl'. More... | |
int | GetWorkers (XrdOucString &workers, XrdProofdProofServ *, const char *) |
Get a list of workers from the available resource broker. More... | |
const char * | AdminPath () const |
const char * | BareLibPath () const |
bool | ChangeOwn () const |
void | CheckLogFileOwnership () |
Make sure that the log file belongs to the original effective user. More... | |
bool | CheckMaster (const char *m) |
Check if master 'm' is allowed to connect to this host. More... | |
int | CheckUser (const char *usr, const char *grp, XrdProofUI &ui, XrdOucString &e, bool &su) |
Check if the user is allowed to use the system Return 0 if OK, -1 if not. More... | |
int | CronFrequency () |
const char * | Host () const |
const char * | Image () const |
bool | IsSuperMst () const |
const char * | LocalROOT () const |
bool | MultiUser () const |
const char * | NameSpace () const |
const char * | PoolURL () const |
int | Port () const |
int | SrvType () const |
const char * | SockPathDir () const |
const char * | TMPdir () const |
const char * | WorkDir () const |
const char * | DataDir () const |
const char * | DataDirOpts () const |
const char * | DataDirUrlOpts () const |
const char * | DataSetExp () const |
const char * | StageReqRepo () const |
const char * | RootdExe () const |
const char ** | RootdArgs () const |
bool | IsRootdAllowed (const char *host) |
Check if 'host' is allowed to access files via rootd. More... | |
rpdunixsrv * | RootdUnixSrv () const |
bool | RootdFork () const |
bool | RemotePLite () const |
std::list< XrdProofdDSInfo * > * | DataSetSrcs () |
XrdProofdClientMgr * | ClientMgr () const |
const char * | EffectiveUser () const |
XrdProofGroupMgr * | GroupsMgr () const |
XrdProofSched * | ProofSched () const |
XrdProofdProofServMgr * | SessionMgr () const |
XrdProofdNetMgr * | NetMgr () const |
XrdProofdAdmin * | Admin () const |
XrdROOTMgr * | ROOTMgr () const |
XrdProofdPriorityMgr * | PriorityMgr () const |
XrdScheduler * | Sched () const |
int | Process (XrdProofdProtocol *p) |
Process manager request. More... | |
Public Member Functions inherited from XrdProofdConfig | |
XrdProofdConfig (const char *cfg=0, XrdSysError *edest=0) | |
Main constructor. More... | |
virtual | ~XrdProofdConfig () |
void | SetCfgEDest (const char *cfg, XrdSysError *edest) |
Set config file and error handler. More... | |
const char * | CfgFile () const |
Private Member Functions | |
int | DoDirectiveAllow (char *, XrdOucStream *, bool) |
Process 'allow' directive. More... | |
int | DoDirectiveAllowedGroups (char *, XrdOucStream *, bool) |
Process 'allowedgroups' directive. More... | |
int | DoDirectiveAllowedUsers (char *, XrdOucStream *, bool) |
Process 'allowedusers' directive. More... | |
int | DoDirectiveDataDir (char *, XrdOucStream *, bool) |
Process 'datadir' directive. More... | |
int | DoDirectiveDataSetSrc (char *, XrdOucStream *, bool) |
Process 'datasetsrc' directive. More... | |
int | DoDirectiveDataSetReqRepo (char *, XrdOucStream *, bool) |
int | DoDirectiveFilterLibPaths (char *, XrdOucStream *, bool) |
Process 'filterlibpaths' directive xpd.filterlibpaths 1|0 [path1,path2 path3 path4 ...]. More... | |
int | DoDirectiveGroupfile (char *, XrdOucStream *, bool) |
Process 'groupfile' directive. More... | |
int | DoDirectiveMaxOldLogs (char *, XrdOucStream *, bool) |
Process 'maxoldlogs' directive. More... | |
int | DoDirectiveMultiUser (char *, XrdOucStream *, bool) |
Process 'multiuser' directive. More... | |
int | DoDirectivePort (char *, XrdOucStream *, bool) |
Process 'xrd.protocol' directive to find the port. More... | |
int | DoDirectiveRole (char *, XrdOucStream *, bool) |
Process 'role' directive. More... | |
int | DoDirectiveRootd (char *, XrdOucStream *, bool) |
Process 'rootd' directive xpd.rootd deny|allow [rootsys:<tag>] [path:abs-path/] [mode:ro|rw] [auth:none|full] [other_rootd_args]. More... | |
int | DoDirectiveRootdAllow (char *, XrdOucStream *, bool) |
Process 'rootdallow' directive xpd.rootdallow host1,host2 host3 Host names may contain the wild card '*'. More... | |
int | DoDirectiveTrace (char *, XrdOucStream *, bool) |
Scan the config file for tracing settings. More... | |
bool | ValidateLocalDataSetSrc (XrdOucString &url, bool &local) |
Validate local dataset src at URL (check the URL and make the relevant directories). More... | |
XrdProofSched * | LoadScheduler () |
Load PROOF scheduler. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from XrdProofdConfig | |
int | ParseFile (bool rcf=false) |
Parse config file for the registered directives. More... | |
bool | ReadFile (bool update=true) |
Return true if the file has never been read or did change since last reading, false otherwise. More... | |
void | Register (const char *dname, XrdProofdDirective *d) |
Protected Attributes inherited from XrdProofdConfig | |
XrdSysError * | fEDest |
#include <XrdProofdManager.h>
XrdProofdManager::XrdProofdManager | ( | XrdProtocol_Config * | pi, |
XrdSysError * | edest | ||
) |
Constructor.
Definition at line 216 of file XrdProofdManager.cxx.
|
virtual |
Destructor.
Definition at line 307 of file XrdProofdManager.cxx.
|
inline |
Definition at line 113 of file XrdProofdManager.h.
|
inline |
Definition at line 71 of file XrdProofdManager.h.
Referenced by XrdProofdClientMgr::Config(), XrdProofdProofServMgr::Config(), and XrdProofdProofServMgr::Create().
|
inline |
Definition at line 72 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::SetProofServEnv().
|
inline |
Definition at line 73 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CheckActiveSessions(), XrdProofdProofServMgr::CheckTerminatedSessions(), XrdProofdProofServMgr::CleanClientSessions(), XrdProofdProofServMgr::CleanupLostProofServ(), XrdProofdProofServMgr::CleanupProofServ(), XrdProofdProofServMgr::Create(), XrdProofdProofServMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdProofServMgr::Destroy(), XrdProofdClientMgr::GetClient(), XrdProofdProofServMgr::GetTagDirs(), XrdROOTMgr::SetLogDir(), XrdProofdProofServMgr::SetProofServEnv(), XrdProofdProofServMgr::SetProofServEnvOld(), XrdProofdProofServMgr::SetUserEnvironment(), XrdProofdProofServMgr::SetUserOwnerships(), and ValidateLocalDataSetSrc().
void XrdProofdManager::CheckLogFileOwnership | ( | ) |
Make sure that the log file belongs to the original effective user.
Definition at line 323 of file XrdProofdManager.cxx.
Referenced by XrdProofdManagerCron().
bool XrdProofdManager::CheckMaster | ( | const char * | m | ) |
Check if master 'm' is allowed to connect to this host.
Definition at line 359 of file XrdProofdManager.cxx.
Referenced by XrdProofdClientMgr::Login().
int XrdProofdManager::CheckUser | ( | const char * | usr, |
const char * | grp, | ||
XrdProofUI & | ui, | ||
XrdOucString & | e, | ||
bool & | su | ||
) |
Check if the user is allowed to use the system Return 0 if OK, -1 if not.
Definition at line 383 of file XrdProofdManager.cxx.
Referenced by XrdProofdClientMgr::CheckClient(), and XrdProofdClientMgr::GetClient().
|
inline |
Definition at line 107 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CleanClientSessions(), XrdProofdAdmin::CleanupSessions(), XrdProofdProofServMgr::Config(), XrdProofdProofServMgr::PrepareSessionRecovering(), XrdProofdAdmin::QueryLogPaths(), XrdProofdProofServMgr::ResolveSession(), XrdProofdAdmin::SendMsgToUser(), and XrdProofdAdmin::SetROOTVersion().
|
virtual |
Run configuration and parse the entered config directives.
Return 0 on success, -1 on error
Reimplemented from XrdProofdConfig.
Definition at line 820 of file XrdProofdManager.cxx.
Referenced by XrdProofdProtocol::Configure().
|
inline |
Definition at line 77 of file XrdProofdManager.h.
Referenced by XrdProofdManagerCron().
|
inline |
Definition at line 90 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc(), and XrdProofdProofServMgr::SetUserOwnerships().
|
inline |
Definition at line 91 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Create(), and XrdProofdProofServMgr::SetUserOwnerships().
|
inline |
Definition at line 92 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc().
|
inline |
Definition at line 93 of file XrdProofdManager.h.
|
inline |
Definition at line 104 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc(), and XrdProofdProofServMgr::SetUserOwnerships().
|
virtual |
Update the priorities of the active sessions.
Reimplemented from XrdProofdConfig.
Definition at line 1479 of file XrdProofdManager.cxx.
|
private |
Process 'allow' directive.
Definition at line 1672 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'allowedgroups' directive.
Definition at line 1691 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'allowedusers' directive.
Definition at line 1733 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'datadir' directive.
Definition at line 1901 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
|
private |
Process 'datasetsrc' directive.
Definition at line 1847 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'filterlibpaths' directive xpd.filterlibpaths 1|0 [path1,path2 path3 path4 ...].
Definition at line 2033 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'groupfile' directive.
Definition at line 1624 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'maxoldlogs' directive.
Definition at line 1652 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'multiuser' directive.
Definition at line 1823 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'xrd.protocol' directive to find the port.
Definition at line 1802 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'role' directive.
Definition at line 1770 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'rootd' directive xpd.rootd deny|allow [rootsys:<tag>] [path:abs-path/] [mode:ro|rw] [auth:none|full] [other_rootd_args].
Definition at line 1933 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Process 'rootdallow' directive xpd.rootdallow host1,host2 host3 Host names may contain the wild card '*'.
Definition at line 2004 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
private |
Scan the config file for tracing settings.
Definition at line 1526 of file XrdProofdManager.cxx.
Referenced by DoDirective().
|
inline |
Definition at line 108 of file XrdProofdManager.h.
Referenced by XrdProofdNetMgr::Broadcast(), XrdProofdNetMgr::BroadcastCtrlC(), XrdProofdProofServMgr::CleanupLostProofServ(), XrdProofdClientMgr::Config(), XrdProofdProofServMgr::Config(), XrdProofdClientMgr::CreateAdminPath(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdAdmin::Exec(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadBuffer(), XrdProofdNetMgr::ReadBufferRemote(), XrdProofdNetMgr::ReadLogPaths(), and XrdROOTMgr::SetLogDir().
int XrdProofdManager::GetWorkers | ( | XrdOucString & | workers, |
XrdProofdProofServ * | xps, | ||
const char * | query | ||
) |
Get a list of workers from the available resource broker.
Definition at line 647 of file XrdProofdManager.cxx.
Referenced by XrdProofdAdmin::GetWorkers(), and XrdProofSched::Reschedule().
|
inline |
Definition at line 109 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::BroadcastPriorities(), XrdProofdClientMgr::CheckClient(), XrdProofdPriorityMgr::Config(), XrdProofdClientMgr::Config(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdClientMgr::GetClient(), XrdProofdPriorityMgr::SetGroupPriority(), XrdProofdPriorityMgr::SetNiceValues(), XrdProofdAdmin::SetROOTVersion(), and XrdProofdManagerCron().
|
inline |
Definition at line 78 of file XrdProofdManager.h.
Referenced by XrdProofdNetMgr::Broadcast(), XrdProofdNetMgr::BroadcastCtrlC(), XrdProofdNetMgr::Config(), XrdProofdNetMgr::CreateDefaultPROOFcfg(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdNetMgr::DoDirectiveAdminReqTO(), DoDirectiveAllow(), DoDirectiveAllowedGroups(), DoDirectiveAllowedUsers(), XrdProofdClientMgr::DoDirectiveClientMgr(), DoDirectiveGroupfile(), DoDirectiveMaxOldLogs(), XrdProofdProofServMgr::DoDirectiveProofServMgr(), DoDirectiveRole(), XrdROOTMgr::DoDirectiveRootSys(), XrdProofdPriorityMgr::DoDirectiveSchedOpt(), XrdProofdProofServMgr::DoDirectiveShutdown(), XrdProofdNetMgr::DoDirectiveWorker(), XrdProofdAdmin::Exec(), XrdProofdProofServMgr::FormFileNameInSessionDir(), XrdProofdNetMgr::GetProofConn(), XrdProofdProofServMgr::GetTagDirs(), XrdProofdNetMgr::IsLocal(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadLogPaths(), XrdProofdNetMgr::ReadPROOFcfg(), and ResolveKeywords().
|
inline |
Definition at line 79 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc().
bool XrdProofdManager::IsRootdAllowed | ( | const char * | host | ) |
Check if 'host' is allowed to access files via rootd.
Definition at line 2071 of file XrdProofdManager.cxx.
Referenced by XrdProofdProtocol::Match().
|
inline |
Definition at line 80 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc().
|
private |
|
inline |
Definition at line 81 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc().
|
inline |
Definition at line 82 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CleanupProofServ(), and XrdProofdProofServMgr::CreateProofServEnvFile().
|
inline |
Definition at line 59 of file XrdProofdManager.h.
|
inline |
Definition at line 83 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Attach(), and XrdProofdAdmin::QueryMssUrl().
|
inline |
Definition at line 112 of file XrdProofdManager.h.
Referenced by XrdProofdAdmin::CleanupSessions(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdProtocol::CtrlC(), XrdProofdAdmin::Exec(), XrdProofSched::ExportInfo(), XrdProofSched::GetNumWorkers(), XrdProofSched::GetWorkers(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadLogPaths(), XrdProofdAdmin::ReleaseWorker(), XrdProofdProofServMgr::SetProofServEnvOld(), and XrdProofdAdmin::SetROOTVersion().
|
inline |
Definition at line 84 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Attach(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdAdmin::QueryLogPaths(), and XrdProofdAdmin::QueryMssUrl().
|
inline |
Definition at line 85 of file XrdProofdManager.h.
Referenced by XrdProofdNetMgr::Broadcast(), XrdProofdNetMgr::BroadcastCtrlC(), XrdProofdNetMgr::Config(), XrdProofdProofServMgr::Create(), XrdProofdNetMgr::CreateDefaultPROOFcfg(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdProofServMgr::CreateProofServRootRc(), XrdProofdProofServMgr::CreateSockPath(), XrdProofdAdmin::Exec(), XrdProofdNetMgr::IsLocal(), XrdProofdAdmin::QueryLogPaths(), XrdProofdNetMgr::ReadLogPaths(), ResolveKeywords(), and XrdProofdProofServMgr::SetProofServEnvOld().
|
inline |
Definition at line 115 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Create(), XrdProofdProtocol::PostSession(), and XrdProofdAdmin::SetGroupProperties().
int XrdProofdManager::Process | ( | XrdProofdProtocol * | p | ) |
Process manager request.
Definition at line 2097 of file XrdProofdManager.cxx.
Referenced by XrdProofdProtocol::Process2().
|
inline |
Definition at line 110 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Create(), XrdProofdProtocol::PostSession(), XrdProofdProofServMgr::PrepareSessionRecovering(), and XrdProofdAdmin::QueryWorkers().
|
virtual |
Register directives for configuration.
Reimplemented from XrdProofdConfig.
Definition at line 1355 of file XrdProofdManager.cxx.
Referenced by XrdProofdManager().
|
inline |
Definition at line 102 of file XrdProofdManager.h.
Referenced by XrdProofdClientMgr::Login().
int XrdProofdManager::ResolveKeywords | ( | XrdOucString & | s, |
XrdProofdClient * | pcl | ||
) |
Resolve special keywords in 's' for client 'pcl'.
Recognized keywords <workdir> root for working dirs <host> local host name <port> daemon port <homedir> user home dir <user> user name <group> user group <uid> user ID <gid> user group ID <effuser> effective user name (for multiuser or user mapping modes) Return the number of keywords resolved.
Definition at line 1399 of file XrdProofdManager.cxx.
Referenced by XrdProofdProofServMgr::CreateProofServEnvFile(), and XrdProofdClientMgr::FilterSecConfig().
|
inline |
Definition at line 97 of file XrdProofdManager.h.
Referenced by XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 96 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdProtocol::Match(), and XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 100 of file XrdProofdManager.h.
Referenced by XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 99 of file XrdProofdManager.h.
Referenced by XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 114 of file XrdProofdManager.h.
Referenced by XrdProofdClientMgr::CheckClient(), XrdProofdProofServMgr::PrepareProofServ(), XrdProofdAdmin::QueryROOTVersions(), XrdProofdProofServMgr::ResolveSession(), XrdProofdAdmin::SetROOTVersion(), and XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 116 of file XrdProofdManager.h.
Referenced by XrdROOTMgr::Config(), XrdProofdAdmin::CpFile(), XrdProofdProofServMgr::Create(), XrdROOTMgr::DoDirectiveRootSys(), XrdProofdAdmin::ExecCmd(), XrdProofdAdmin::GetFile(), XrdProofdAdmin::PutFile(), XrdProofdProofServMgr::SetupProtocol(), and XrdProofdProtocol::StartRootd().
|
inline |
Definition at line 111 of file XrdProofdManager.h.
Referenced by XrdProofdAdmin::CleanupSessions(), XrdProofdClientMgr::Config(), XrdProofdAdmin::CpFile(), XrdProofdAdmin::ExecCmd(), XrdProofdAdmin::GetFile(), XrdProofSched::GetNumWorkers(), XrdProofdProtocol::Ping(), XrdProofdProtocol::PostSession(), XrdProofdAdmin::PutFile(), XrdProofdAdmin::QuerySessions(), XrdProofdProtocol::Recycle(), XrdProofdClientMgr::TerminateSessions(), and XrdProofdManagerCron().
|
inline |
Definition at line 87 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::Create(), and XrdProofdProofServMgr::CreateSockPath().
|
inline |
Definition at line 86 of file XrdProofdManager.h.
Referenced by XrdProofdAdmin::CleanupSessions(), XrdProofdNetMgr::Config(), XrdProofdProtocol::CtrlC(), XrdProofdAdmin::Exec(), XrdProofdClientMgr::GetClient(), XrdProofdClientMgr::Login(), and XrdProofdAdmin::SetROOTVersion().
|
inline |
Definition at line 94 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServRootRc().
|
inline |
Definition at line 88 of file XrdProofdManager.h.
Referenced by XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdClientMgr::FilterSecConfig(), XrdProofdProofServMgr::SetProofServEnv(), and XrdProofdProofServMgr::SetProofServEnvOld().
|
private |
Validate local dataset src at URL (check the URL and make the relevant directories).
Return 1 if OK, 0 if any problem arises
Definition at line 1263 of file XrdProofdManager.cxx.
Referenced by Config().
|
inline |
Definition at line 89 of file XrdProofdManager.h.
Referenced by ResolveKeywords().
|
private |
Definition at line 164 of file XrdProofdManager.h.
Referenced by Admin(), Config(), Process(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 127 of file XrdProofdManager.h.
Referenced by AdminPath(), Config(), and XrdProofdManager().
|
private |
Definition at line 174 of file XrdProofdManager.h.
Referenced by CheckUser(), Config(), and DoDirectiveAllowedGroups().
|
private |
Definition at line 173 of file XrdProofdManager.h.
Referenced by CheckUser(), Config(), and DoDirectiveAllowedUsers().
|
private |
Definition at line 138 of file XrdProofdManager.h.
Referenced by BareLibPath(), Config(), and XrdProofdManager().
|
private |
Definition at line 176 of file XrdProofdManager.h.
Referenced by ChangeOwn(), CheckUser(), Config(), and XrdProofdManager().
|
private |
Definition at line 159 of file XrdProofdManager.h.
Referenced by ClientMgr(), Config(), Process(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 136 of file XrdProofdManager.h.
Referenced by CronFrequency(), and XrdProofdManager().
|
private |
Definition at line 144 of file XrdProofdManager.h.
Referenced by Config(), DataDir(), DoDirectiveDataDir(), and XrdProofdManager().
|
private |
Definition at line 145 of file XrdProofdManager.h.
Referenced by Config(), DataDirOpts(), DoDirectiveDataDir(), and XrdProofdManager().
|
private |
Definition at line 146 of file XrdProofdManager.h.
Referenced by DataDirUrlOpts(), DoDirectiveDataDir(), and XrdProofdManager().
|
private |
Definition at line 147 of file XrdProofdManager.h.
Referenced by Config(), and DataSetExp().
|
private |
Definition at line 185 of file XrdProofdManager.h.
Referenced by Config(), DataSetSrcs(), and DoDirectiveDataSetSrc().
|
private |
Definition at line 130 of file XrdProofdManager.h.
Referenced by Config(), EffectiveUser(), and XrdProofdManager().
|
private |
Definition at line 160 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveGroupfile(), GroupsMgr(), LoadScheduler(), and XrdProofdManager().
|
private |
Definition at line 131 of file XrdProofdManager.h.
Referenced by Config(), Host(), and XrdProofdManager().
|
private |
Definition at line 133 of file XrdProofdManager.h.
Referenced by Image(), RegisterDirectives(), and XrdProofdManager().
|
private |
Definition at line 180 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveFilterLibPaths(), and XrdProofdManager().
|
private |
Definition at line 143 of file XrdProofdManager.h.
Referenced by LocalROOT().
|
private |
Definition at line 184 of file XrdProofdManager.h.
Referenced by CheckMaster(), Config(), DoDirectiveAllow(), and XrdProofdManager().
|
private |
Definition at line 175 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveMultiUser(), MultiUser(), and XrdProofdManager().
|
private |
Definition at line 122 of file XrdProofdManager.h.
Referenced by CheckUser(), Config(), and Mutex().
|
private |
Definition at line 135 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveMultiUser(), and XrdProofdManager().
|
private |
Definition at line 142 of file XrdProofdManager.h.
Referenced by Config(), NameSpace(), RegisterDirectives(), and XrdProofdManager().
|
private |
Definition at line 163 of file XrdProofdManager.h.
Referenced by Config(), GetWorkers(), NetMgr(), Process(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 172 of file XrdProofdManager.h.
Referenced by CheckUser(), Config(), DoDirectiveAllowedGroups(), DoDirectiveAllowedUsers(), and XrdProofdManager().
|
private |
Definition at line 141 of file XrdProofdManager.h.
Referenced by Config(), PoolURL(), and RegisterDirectives().
|
private |
Definition at line 132 of file XrdProofdManager.h.
Referenced by Config(), DoDirectivePort(), Port(), and XrdProofdManager().
|
private |
Definition at line 166 of file XrdProofdManager.h.
Referenced by Config(), PriorityMgr(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 161 of file XrdProofdManager.h.
Referenced by Config(), GetWorkers(), ProofSched(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 125 of file XrdProofdManager.h.
Referenced by Config(), GetWorkers(), RegisterDirectives(), RemotePLite(), and XrdProofdManager().
|
private |
Definition at line 179 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveFilterLibPaths(), and XrdProofdManager().
|
private |
Definition at line 154 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveRootdAllow(), and IsRootdAllowed().
|
private |
Definition at line 152 of file XrdProofdManager.h.
Referenced by DoDirectiveRootd(), and XrdProofdManager().
|
private |
Definition at line 153 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveRootd(), RootdArgs(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 151 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveRootd(), RootdExe(), and XrdProofdManager().
|
private |
Definition at line 156 of file XrdProofdManager.h.
Referenced by DoDirectiveRootd(), RootdFork(), and XrdProofdManager().
|
private |
Definition at line 155 of file XrdProofdManager.h.
Referenced by Config(), and RootdUnixSrv().
|
private |
Definition at line 165 of file XrdProofdManager.h.
Referenced by Config(), ROOTMgr(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 168 of file XrdProofdManager.h.
Referenced by Sched(), and XrdProofdManager().
|
private |
Definition at line 162 of file XrdProofdManager.h.
Referenced by Config(), Process(), SessionMgr(), XrdProofdManager(), and ~XrdProofdManager().
|
private |
Definition at line 139 of file XrdProofdManager.h.
Referenced by Config(), RegisterDirectives(), SockPathDir(), and XrdProofdManager().
|
private |
Definition at line 129 of file XrdProofdManager.h.
Referenced by Config(), DoDirectiveRole(), SrvType(), and XrdProofdManager().
|
private |
Definition at line 148 of file XrdProofdManager.h.
Referenced by RegisterDirectives(), StageReqRepo(), and XrdProofdManager().
|
private |
Definition at line 124 of file XrdProofdManager.h.
Referenced by DoDirectiveRole(), IsSuperMst(), and XrdProofdManager().
|
private |
Definition at line 170 of file XrdProofdManager.h.
Referenced by CheckUser(), Config(), and RegisterDirectives().
|
private |
Definition at line 140 of file XrdProofdManager.h.
Referenced by Config(), RegisterDirectives(), TMPdir(), and XrdProofdManager().
|
private |
Definition at line 134 of file XrdProofdManager.h.
Referenced by Config(), RegisterDirectives(), WorkDir(), and XrdProofdManager().