1 #ifndef __SEC_ENTITY_H__
2 #define __SEC_ENTITY_H__
47 #define XrdSecPROTOIDSIZE 8
72 : name(0), host(0), vorg(0), role(0), grps(0),
73 endorsements(0), moninfo(0), creds(0), credslen(0),
74 rsvd(0), addrInfo(0), tident(
""), sessvar(0)
81 #define XrdSecClientName XrdSecEntity
82 #define XrdSecServerName XrdSecEntity
char * grps
Definition: XrdSecEntity.hh:59
char * host
Definition: XrdSecEntity.hh:56
char * name
Definition: XrdSecEntity.hh:55
void * sessvar
Definition: XrdSecEntity.hh:67
char prot[XrdSecPROTOIDSIZE]
Definition: XrdSecEntity.hh:54
const char * tident
Definition: XrdSecEntity.hh:66
int credslen
Definition: XrdSecEntity.hh:63
char * role
Definition: XrdSecEntity.hh:58
int rsvd
Definition: XrdSecEntity.hh:64
~XrdSecEntity()
Definition: XrdSecEntity.hh:78
#define XrdSecPROTOIDSIZE
Definition: XrdSecEntity.hh:47
char * moninfo
Definition: XrdSecEntity.hh:61
XrdNetAddrInfo * addrInfo
Definition: XrdSecEntity.hh:65
char * vorg
Definition: XrdSecEntity.hh:57
XrdSecEntity(const char *pName="")
Definition: XrdSecEntity.hh:71
char * creds
Definition: XrdSecEntity.hh:62
Definition: XrdSecEntity.hh:51
char * endorsements
Definition: XrdSecEntity.hh:60