Public Member Functions | |
XrdSecProtList (const char *pid, const char *parg, bool tls) | |
~XrdSecProtList () |
Public Attributes | |
XrdSecProtocol *(* | ep )(PROTPARMS) |
bool | needTLS |
XrdSecProtList * | Next |
char * | protargs |
char | protid [XrdSecPROTOIDSIZE+1] |
XrdSecPMask_t | protnum |
Definition at line 63 of file XrdSecPManager.cc.
|
inline |
Definition at line 74 of file XrdSecPManager.cc.
References ep, needTLS, Next, protargs, protid, and XrdSecPROTOIDSIZE.
|
inline |
Definition at line 80 of file XrdSecPManager.cc.
XrdSecProtocol *(* XrdSecProtList::ep) (PROTPARMS) |
Definition at line 71 of file XrdSecPManager.cc.
Referenced by XrdSecProtList(), XrdSecPManager::Get(), and XrdSecPManager::Get().
bool XrdSecProtList::needTLS |
Definition at line 68 of file XrdSecPManager.cc.
Referenced by XrdSecProtList().
XrdSecProtList* XrdSecProtList::Next |
Definition at line 72 of file XrdSecPManager.cc.
Referenced by XrdSecProtList().
char* XrdSecProtList::protargs |
Definition at line 70 of file XrdSecPManager.cc.
Referenced by XrdSecProtList(), XrdSecPManager::Find(), and XrdSecPManager::Get().
char XrdSecProtList::protid[XrdSecPROTOIDSIZE+1] |
Definition at line 69 of file XrdSecPManager.cc.
Referenced by XrdSecProtList().
XrdSecPMask_t XrdSecProtList::protnum |
Definition at line 67 of file XrdSecPManager.cc.
Referenced by XrdSecPManager::Find().