|
XRootD
|
Collaboration diagram for XrdOfsTPCAllow:Public Member Functions | |
| XrdOfsTPCAllow (char *vDN, char *vGN, char *vHN, char *vVO, XrdOfsTPCAllow *Prev) | |
| ~XrdOfsTPCAllow () | |
| int | Match (const XrdSecEntity *Who, const char *Host) |
Public Attributes | |
| XrdOfsTPCAllow * | Next |
| char * | theDN |
| char * | theGN |
| XrdOucNList * | theHN |
| char * | theVO |
Definition at line 97 of file XrdOfsTPC.cc.
|
inline |
|
inline |
| int XrdOfsTPCAllow::Match | ( | const XrdSecEntity * | Who, |
| const char * | Host | ||
| ) |
Definition at line 122 of file XrdOfsTPC.cc.
References XrdSecEntity::grps, XrdSecEntity::name, XrdOucNList::NameKO(), strlcpy(), theDN, theGN, theHN, theVO, and XrdSecEntity::vorg.
Referenced by XrdOfsTPC::Authorize().
Here is the call graph for this function:
Here is the caller graph for this function:| XrdOfsTPCAllow* XrdOfsTPCAllow::Next |
Definition at line 101 of file XrdOfsTPC.cc.
Referenced by XrdOfsTPC::Authorize().
| char* XrdOfsTPCAllow::theDN |
Definition at line 102 of file XrdOfsTPC.cc.
Referenced by Match().
| char* XrdOfsTPCAllow::theGN |
Definition at line 103 of file XrdOfsTPC.cc.
Referenced by Match().
| XrdOucNList* XrdOfsTPCAllow::theHN |
Definition at line 104 of file XrdOfsTPC.cc.
Referenced by XrdOfsTPCAllow(), ~XrdOfsTPCAllow(), and Match().
| char* XrdOfsTPCAllow::theVO |
Definition at line 105 of file XrdOfsTPC.cc.
Referenced by Match().