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