#include <list>
#include "XrdSys/XrdSysPthread.hh"
#include "XrdProofdConfig.h"
#include "XrdOuc/XrdOucString.hh"
Go to the source code of this file.
Classes | |
class | XrdProofdClientMgr |
Defines | |
#define | XPD_LOGGEDIN 1 |
#define | XPD_NEED_AUTH 2 |
#define | XPD_ADMINUSER 4 |
#define | XPD_NEED_MAP 8 |
#define XPD_ADMINUSER 4 |
#define XPD_LOGGEDIN 1 |
Definition at line 38 of file XrdProofdClientMgr.h.
Referenced by XrdProofdClientMgr::Login(), XrdProofdManager::Process(), and XrdProofdProtocol::Process2().
#define XPD_NEED_AUTH 2 |
Definition at line 39 of file XrdProofdClientMgr.h.
Referenced by XrdProofdClientMgr::Auth(), XrdProofdClientMgr::Login(), and XrdProofdClientMgr::MapClient().
#define XPD_NEED_MAP 8 |