|
XRootD
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <unistd.h>#include "XrdVersion.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucLock.hh"
Include dependency graph for XrdSecgsiAuthzFunVO.cc:Go to the source code of this file.
Macros | |
| #define | PRINT(y) |
| #define | PROUT(_x_) |
Functions | |
| int | XrdSecgsiAuthzFun (XrdSecEntity &entity) |
| int | XrdSecgsiAuthzInit (const char *cfg) |
| int | XrdSecgsiAuthzKey (XrdSecEntity &entity, char **key) |
| XrdVERSIONINFO (XrdSecgsiAuthzFun, secgsiauthz) | |
| XrdVERSIONINFO (XrdSecgsiAuthzInit, secgsiauthz) | |
| XrdVERSIONINFO (XrdSecgsiAuthzKey, secgsiauthz) | |
| #define PRINT | ( | y | ) |
Definition at line 124 of file XrdSecgsiAuthzFunVO.cc.
Referenced by XrdSecgsiAuthzInit(), and XrdSecgsiAuthzKey().
| #define PROUT | ( | _x_ | ) |
Definition at line 126 of file XrdSecgsiAuthzFunVO.cc.
Referenced by XrdSecgsiAuthzFun().
| int XrdSecgsiAuthzFun | ( | XrdSecEntity & | entity | ) |
Definition at line 140 of file XrdSecgsiAuthzFunVO.cc.
References XrdSecEntity::grps, XrdSecEntity::name, PROUT, and XrdSecEntity::vorg.
| int XrdSecgsiAuthzInit | ( | const char * | cfg | ) |
Definition at line 237 of file XrdSecgsiAuthzFunVO.cc.
References XrdOucEnv::Get(), and PRINT.
Here is the call graph for this function:| int XrdSecgsiAuthzKey | ( | XrdSecEntity & | entity, |
| char ** | key ) |
Definition at line 209 of file XrdSecgsiAuthzFunVO.cc.
References XrdSecEntity::creds, XrdSecEntity::credslen, and PRINT.
| XrdVERSIONINFO | ( | XrdSecgsiAuthzFun | , |
| secgsiauthz | ) |
| XrdVERSIONINFO | ( | XrdSecgsiAuthzInit | , |
| secgsiauthz | ) |
| XrdVERSIONINFO | ( | XrdSecgsiAuthzKey | , |
| secgsiauthz | ) |