#include <XrdSecProtocolsss.hh>
|
int | Authenticate (XrdSecCredentials *cred, XrdSecParameters **parms, XrdOucErrInfo *einfo=0) |
|
void | Delete () |
| Delete the protocol object. DO NOT use C++ delete() on this object. More...
|
|
XrdSecCredentials * | getCredentials (XrdSecParameters *parms=0, XrdOucErrInfo *einfo=0) |
|
int | Init_Client (XrdOucErrInfo *erp, const char *Parms) |
|
int | Init_Server (XrdOucErrInfo *erp, const char *Parms) |
|
| XrdSecProtocolsss (const char *hname, XrdNetAddrInfo &endPoint) |
|
virtual int | Encrypt (const char *inbuff, int inlen, XrdSecBuffer **outbuff) |
|
virtual int | Decrypt (const char *inbuff, int inlen, XrdSecBuffer **outbuff) |
|
virtual int | Sign (const char *inbuff, int inlen, XrdSecBuffer **outbuff) |
|
virtual int | Verify (const char *inbuff, int inlen, const char *sigbuff, int siglen) |
|
virtual int | getKey (char *buff=0, int size=0) |
|
virtual int | setKey (char *buff, int size) |
|
virtual bool | needTLS () |
| Check if this protocol requires TLS to properly function. More...
|
|
| XrdSecProtocol (const char *pName) |
| Constructor. More...
|
|
|
static int | eMsg (const char *epn, int rc, const char *txt1, const char *txt2=0, const char *txt3=0, const char *txt4=0) |
|
static int | Fatal (XrdOucErrInfo *erP, const char *epn, int rc, const char *etxt) |
|
static char * | Load_Client (XrdOucErrInfo *erp, const char *Parms) |
|
static char * | Load_Server (XrdOucErrInfo *erp, const char *Parms) |
|
|
| ~XrdSecProtocolsss () |
|
int | Decode (XrdOucErrInfo *error, XrdSecsssKT::ktEnt &decKey, char *iBuff, XrdSecsssRR_DataHdr *rrDHdr, int iSize) |
|
XrdSecCredentials * | Encode (XrdOucErrInfo *error, XrdSecsssKT::ktEnt &encKey, XrdSecsssRR_Hdr *rrHdr, XrdSecsssRR_DataHdr *rrDHdr, int dLen) |
|
int | getCred (XrdOucErrInfo *, XrdSecsssRR_DataHdr *&, const char *, const char *) |
|
int | getCred (XrdOucErrInfo *, XrdSecsssRR_DataHdr *&, const char *, const char *, XrdSecParameters *) |
|
char * | getLID (char *buff, int blen) |
|
int | myClock () |
|
char * | setID (char *id, char **idP) |
|
void | setIP (XrdNetAddrInfo &endPoint) |
|
XrdSecProtocolsss::XrdSecProtocolsss |
( |
const char * |
hname, |
|
|
XrdNetAddrInfo & |
endPoint |
|
) |
| |
|
inline |
XrdSecProtocolsss::~XrdSecProtocolsss |
( |
| ) |
|
|
inlineprivate |
Authenticate a client.
- Parameters
-
cred | Credentials supplied by the client. |
parms | Place where the address of additional authentication data is to be placed for another autrhentication handshake. |
einfo | The error information object where error messages should be placed. The messages are returned to the client. Should einfo be null, messages should be written to stderr. |
- Returns
- > 0 -> parms present (more authentication needed) = 0 -> Entity present (authentication suceeded) < 0 -> einfo present (error has occurred)
Implements XrdSecProtocol.
void XrdSecProtocolsss::Delete |
( |
| ) |
|
|
virtual |
Delete the protocol object. DO NOT use C++ delete() on this object.
Implements XrdSecProtocol.
static int XrdSecProtocolsss::eMsg |
( |
const char * |
epn, |
|
|
int |
rc, |
|
|
const char * |
txt1, |
|
|
const char * |
txt2 = 0 , |
|
|
const char * |
txt3 = 0 , |
|
|
const char * |
txt4 = 0 |
|
) |
| |
|
static |
static int XrdSecProtocolsss::Fatal |
( |
XrdOucErrInfo * |
erP, |
|
|
const char * |
epn, |
|
|
int |
rc, |
|
|
const char * |
etxt |
|
) |
| |
|
static |
Generate client credentials to be used in the authentication process.
- Parameters
-
parm | Pointer to the information returned by the server either in the initial login response or the authmore response. |
einfo | The error information object where error messages should be placed. The messages are returned to the client. Should einfo be null, messages should be written to stderr. |
- Returns
- Success: Pointer to credentials to sent to the server. The caller is responsible for deleting the object. Failure: Null pointer with einfo, if supplied, containing the reason for the failure.
Implements XrdSecProtocol.
char* XrdSecProtocolsss::getLID |
( |
char * |
buff, |
|
|
int |
blen |
|
) |
| |
|
private |
int XrdSecProtocolsss::Init_Client |
( |
XrdOucErrInfo * |
erp, |
|
|
const char * |
Parms |
|
) |
| |
int XrdSecProtocolsss::Init_Server |
( |
XrdOucErrInfo * |
erp, |
|
|
const char * |
Parms |
|
) |
| |
static char* XrdSecProtocolsss::Load_Client |
( |
XrdOucErrInfo * |
erp, |
|
|
const char * |
Parms |
|
) |
| |
|
static |
static char* XrdSecProtocolsss::Load_Server |
( |
XrdOucErrInfo * |
erp, |
|
|
const char * |
Parms |
|
) |
| |
|
static |
int XrdSecProtocolsss::myClock |
( |
| ) |
|
|
private |
char* XrdSecProtocolsss::setID |
( |
char * |
id, |
|
|
char ** |
idP |
|
) |
| |
|
private |
friend class XrdSecProtocolDummy |
|
friend |
char* XrdSecProtocolsss::aProts |
|
staticprivate |
struct Crypto XrdSecProtocolsss::CryptoTab[] |
|
staticprivate |
int XrdSecProtocolsss::dataOpts |
|
private |
int XrdSecProtocolsss::deltaTime |
|
staticprivate |
char* XrdSecProtocolsss::idBuff |
|
private |
bool XrdSecProtocolsss::isMapped |
|
staticprivate |
bool XrdSecProtocolsss::isMutual |
|
staticprivate |
bool XrdSecProtocolsss::ktFixed |
|
staticprivate |
char XrdSecProtocolsss::Sequence |
|
private |
char XrdSecProtocolsss::urIP[48] |
|
private |
char XrdSecProtocolsss::urIQ[48] |
|
private |
char* XrdSecProtocolsss::urName |
|
private |
bool XrdSecProtocolsss::v2EndPnt |
|
private |
The documentation for this class was generated from the following file: