|
XRootD
|
#include <XrdNetPMark.hh>
Inheritance diagram for XrdNetPMark:
Collaboration diagram for XrdNetPMark:Classes | |
| class | Handle |
Public Member Functions | |
| XrdNetPMark () | |
| virtual | ~XrdNetPMark () |
| virtual Handle * | Begin (XrdNetAddrInfo &addr, Handle &handle, const char *tident)=0 |
| virtual Handle * | Begin (XrdSecEntity &Client, const char *path=0, const char *cgi=0, const char *app=0)=0 |
Static Public Member Functions | |
| static bool | getEA (const char *cgi, int &ecode, int &acode) |
Static Public Attributes | |
| static const int | maxTotID = 65535 |
| static const int | minTotID = 65 |
Static Protected Attributes | |
| static const int | btsActID = 6 |
| static const int | maxActID = maxTotID & mskActID |
| static const int | maxExpID = maxTotID >> btsActID |
| static const int | minActID = minTotID & mskActID |
| static const int | minExpID = minTotID >> btsActID |
| static const int | mskActID = 63 |
Definition at line 40 of file XrdNetPMark.hh.
|
inline |
Definition at line 81 of file XrdNetPMark.hh.
Referenced by XrdNetPMarkCfg::Config().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 82 of file XrdNetPMark.hh.
|
pure virtual |
Implemented in XrdNetPMarkCfg.
References tident.
|
pure virtual |
Implemented in XrdNetPMarkCfg.
|
static |
Definition at line 40 of file XrdNetPMark.cc.
|
staticprotected |
Definition at line 94 of file XrdNetPMark.hh.
Referenced by getEA().
Definition at line 99 of file XrdNetPMark.hh.
Referenced by XrdNetPMark::Handle::Valid().
Definition at line 98 of file XrdNetPMark.hh.
Referenced by XrdNetPMark::Handle::Valid().
|
static |
Definition at line 90 of file XrdNetPMark.hh.
Referenced by getEA().
Definition at line 97 of file XrdNetPMark.hh.
Referenced by XrdNetPMark::Handle::Valid().
Definition at line 96 of file XrdNetPMark.hh.
Referenced by XrdNetPMark::Handle::Valid().
|
static |
From the specifications: Valid value for scitag is a single positive integer > 64 and <65536 (16bit). Any other value is considered invalid.
Definition at line 89 of file XrdNetPMark.hh.
Referenced by getEA().
|
staticprotected |
Definition at line 95 of file XrdNetPMark.hh.
Referenced by getEA().