|
XRootD
|
Collaboration diagram for XrdSecProtBind:Public Member Functions | |
| XrdSecProtBind (char *th, char *st, XrdSecPMask_t pmask=0) | |
| ~XrdSecProtBind () | |
| XrdSecProtBind * | Find (const char *hname) |
| int | Match (const char *hname) |
Public Attributes | |
| XrdSecProtBind * | next |
| XrdSecParameters | SecToken |
| char * | thost |
| char * | thostsfx |
| int | tpfxlen |
| int | tsfxlen |
| XrdSecPMask_t | ValidProts |
Definition at line 96 of file XrdSecServer.cc.
| XrdSecProtBind::XrdSecProtBind | ( | char * | th, |
| char * | st, | ||
| XrdSecPMask_t | pmask = 0 ) |
Definition at line 122 of file XrdSecServer.cc.
References next, SecToken, thost, thostsfx, tpfxlen, tsfxlen, and ValidProts.
Referenced by Find().
Here is the caller graph for this function:
|
inline |
| XrdSecProtBind * XrdSecProtBind::Find | ( | const char * | hname | ) |
Definition at line 146 of file XrdSecServer.cc.
References XrdSecProtBind(), Match(), and next.
Referenced by XrdSecServer::getProtocol().
Here is the call graph for this function:
Here is the caller graph for this function:| int XrdSecProtBind::Match | ( | const char * | hname | ) |
Definition at line 159 of file XrdSecServer.cc.
References thost, thostsfx, tpfxlen, and tsfxlen.
Referenced by Find(), and XrdSecServer::getParms().
Here is the caller graph for this function:| XrdSecProtBind* XrdSecProtBind::next |
Definition at line 99 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), Find(), and XrdSecServer::getParms().
| XrdSecParameters XrdSecProtBind::SecToken |
Definition at line 104 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), ~XrdSecProtBind(), and XrdSecServer::getParms().
| char* XrdSecProtBind::thost |
Definition at line 100 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), ~XrdSecProtBind(), and Match().
| char* XrdSecProtBind::thostsfx |
Definition at line 102 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), and Match().
| int XrdSecProtBind::tpfxlen |
Definition at line 101 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), and Match().
| int XrdSecProtBind::tsfxlen |
Definition at line 103 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), and Match().
| XrdSecPMask_t XrdSecProtBind::ValidProts |
Definition at line 105 of file XrdSecServer.cc.
Referenced by XrdSecProtBind(), and XrdSecServer::getProtocol().