![]() |
XRootD
|
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 XrdSecBuffer::buffer, next, SecToken, XrdSecBuffer::size, thost, thostsfx, tpfxlen, tsfxlen, and ValidProts.
|
inline |
Definition at line 112 of file XrdSecServer.cc.
References XrdSecBuffer::buffer, SecToken, and thost.
XrdSecProtBind * XrdSecProtBind::Find | ( | const char * | hname | ) |
Definition at line 146 of file XrdSecServer.cc.
Referenced by XrdSecServer::getProtocol().
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().
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().