1 #ifndef __SEC_PROTOCOL_HOST_H__
2 #define __SEC_PROTOCOL_HOST_H__
50 const char *
getParms(
int &psize,
const char *hname=0)
51 {psize = 5;
return "host";}
58 {theHost = strdup(host);
const char * getParms(int &psize, const char *hname=0)
void Delete()
Delete the protocol object. DO NOT use C++ delete() on this object.
XrdSecCredentials * getCredentials(XrdSecParameters *parm=0, XrdOucErrInfo *einfo=0)
XrdSecProtocolhost(const char *host, XrdNetAddrInfo &endPoint)
int Authenticate(XrdSecCredentials *cred, XrdSecParameters **parms, XrdOucErrInfo *einfo=0)
Generic structure to pass security information back and forth.