xrootd
|
#include <XrdSsiEntity.hh>
Public Member Functions | |
XrdSsiEntity (const char *pName="") | |
~XrdSsiEntity () | |
Public Attributes | |
char | prot [XrdSsiPROTOIDSIZE] |
Protocol used. More... | |
const char * | name |
Entity's name. More... | |
const char * | host |
Entity's host name or address. More... | |
const char * | vorg |
Entity's virtual organization. More... | |
const char * | role |
Entity's role. More... | |
const char * | grps |
Entity's group names. More... | |
const char * | endorsements |
Protocol specific endorsements. More... | |
const char * | creds |
Raw client credentials or cert. More... | |
int | credslen |
Length of the 'creds' field. More... | |
int | rsvd |
Reserved field. More... | |
const char * | tident |
Trace identifier always preset. More... | |
|
inline |
References prot, and XrdSsiPROTOIDSIZE.
|
inline |
const char* XrdSsiEntity::creds |
Raw client credentials or cert.
int XrdSsiEntity::credslen |
Length of the 'creds' field.
const char* XrdSsiEntity::endorsements |
Protocol specific endorsements.
const char* XrdSsiEntity::grps |
Entity's group names.
const char* XrdSsiEntity::host |
Entity's host name or address.
const char* XrdSsiEntity::name |
Entity's name.
char XrdSsiEntity::prot[XrdSsiPROTOIDSIZE] |
Protocol used.
Referenced by XrdSsiEntity().
const char* XrdSsiEntity::role |
Entity's role.
int XrdSsiEntity::rsvd |
Reserved field.
const char* XrdSsiEntity::tident |
Trace identifier always preset.
const char* XrdSsiEntity::vorg |
Entity's virtual organization.