![]() |
XRootD
|
#include <XrdSsiEntity.hh>
Public Member Functions | |
XrdSsiEntity (const char *pName="") | |
~XrdSsiEntity () | |
Public Attributes | |
const char * | creds |
Raw client credentials or cert. More... | |
int | credslen |
Length of the 'creds' field. More... | |
const char * | endorsements |
Protocol specific endorsements. More... | |
const char * | grps |
Entity's group names. More... | |
const char * | host |
Entity's host name or address. More... | |
const char * | name |
Entity's name. More... | |
char | prot [XrdSsiPROTOIDSIZE] |
Protocol used. More... | |
const char * | role |
Entity's role. More... | |
int | rsvd |
Reserved field. More... | |
const char * | tident |
Trace identifier always preset. More... | |
const char * | vorg |
Entity's virtual organization. More... | |
Definition at line 43 of file XrdSsiEntity.hh.
|
inline |
Definition at line 58 of file XrdSsiEntity.hh.
References prot, and XrdSsiPROTOIDSIZE.
|
inline |
Definition at line 66 of file XrdSsiEntity.hh.
const char* XrdSsiEntity::creds |
Raw client credentials or cert.
Definition at line 53 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
int XrdSsiEntity::credslen |
Length of the 'creds' field.
Definition at line 54 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
const char* XrdSsiEntity::endorsements |
Protocol specific endorsements.
Definition at line 52 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
const char* XrdSsiEntity::grps |
Entity's group names.
Definition at line 51 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
const char* XrdSsiEntity::host |
Entity's host name or address.
Definition at line 48 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
const char* XrdSsiEntity::name |
Entity's name.
Definition at line 47 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
char XrdSsiEntity::prot[XrdSsiPROTOIDSIZE] |
Protocol used.
Definition at line 46 of file XrdSsiEntity.hh.
Referenced by XrdSsiEntity(), and XrdSsiFileResource::Init().
const char* XrdSsiEntity::role |
Entity's role.
Definition at line 50 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
int XrdSsiEntity::rsvd |
Reserved field.
Definition at line 55 of file XrdSsiEntity.hh.
const char* XrdSsiEntity::tident |
Trace identifier always preset.
Definition at line 56 of file XrdSsiEntity.hh.
Referenced by XrdSsiFileResource::Init().
const char* XrdSsiEntity::vorg |
Entity's virtual organization.
Definition at line 49 of file XrdSsiEntity.hh.