Public Member Functions | |
XrdSecProtBind * | Find (const char *hname) |
int | Match (const char *hname) |
XrdSecProtBind (char *th, char *st, XrdSecPMask_t pmask=0) | |
~XrdSecProtBind () | |
Public Attributes | |
XrdSecProtBind * | next |
char * | thost |
int | tpfxlen |
char * | thostsfx |
int | tsfxlen |
XrdSecParameters | SecToken |
XrdSecPMask_t | ValidProts |
Definition at line 40 of file XrdSecServer.cc.
XrdSecProtBind::XrdSecProtBind | ( | char * | th, | |
char * | st, | |||
XrdSecPMask_t | pmask = 0 | |||
) |
Definition at line 66 of file XrdSecServer.cc.
References XrdSecBuffer::buffer, next, SecToken, XrdSecBuffer::size, thost, thostsfx, tpfxlen, tsfxlen, and ValidProts.
XrdSecProtBind::~XrdSecProtBind | ( | ) | [inline] |
Definition at line 56 of file XrdSecServer.cc.
References XrdSecBuffer::buffer, free(), SecToken, and thost.
XrdSecProtBind * XrdSecProtBind::Find | ( | const char * | hname | ) |
int XrdSecProtBind::Match | ( | const char * | hname | ) |
Definition at line 103 of file XrdSecServer.cc.
References i, thost, thostsfx, tpfxlen, and tsfxlen.
Referenced by Find(), and XrdSecServer::getParms().
Definition at line 43 of file XrdSecServer.cc.
Referenced by Find(), XrdSecServer::getParms(), XrdSecServer::xpbind(), and XrdSecProtBind().
char* XrdSecProtBind::thost |
Definition at line 44 of file XrdSecServer.cc.
Referenced by Match(), XrdSecServer::xpbind(), XrdSecProtBind(), and ~XrdSecProtBind().
char* XrdSecProtBind::thostsfx |
Definition at line 48 of file XrdSecServer.cc.
Referenced by XrdSecServer::getParms(), XrdSecProtBind(), and ~XrdSecProtBind().
Definition at line 49 of file XrdSecServer.cc.
Referenced by XrdSecServer::getProtocol(), and XrdSecProtBind().