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