#include <XrdSecInterface.hh>

Public Member Functions | |
| virtual const char * | getParms (int &size, const char *hname=0)=0 |
| virtual XrdSecProtocol * | getProtocol (const char *host, const struct sockaddr &hadr, const XrdSecCredentials *cred, XrdOucErrInfo *einfo)=0 |
| XrdSecService () | |
| virtual | ~XrdSecService () |
| XrdSecService::XrdSecService | ( | ) | [inline] |
| virtual XrdSecService::~XrdSecService | ( | ) | [inline, virtual] |
| virtual const char* XrdSecService::getParms | ( | int & | size, | |
| const char * | hname = 0 | |||
| ) | [pure virtual] |
Implemented in XrdSecServer.
Referenced by XrdXrootdProtocol::do_Login(), XrdCmsSecurity::getToken(), and main().
| virtual XrdSecProtocol* XrdSecService::getProtocol | ( | const char * | host, | |
| const struct sockaddr & | hadr, | |||
| const XrdSecCredentials * | cred, | |||
| XrdOucErrInfo * | einfo | |||
| ) | [pure virtual] |
Implemented in XrdSecServer.
Referenced by XrdCmsSecurity::Authenticate(), XrdXrootdProtocol::do_Auth(), and main().
1.7.1