xrootd
Public Member Functions | Public Attributes | Private Member Functions | List of all members
XrdSecEntity Class Reference

#include <XrdSecEntity.hh>

Collaboration diagram for XrdSecEntity:
Collaboration graph
[legend]

Public Member Functions

void Display (XrdSysError &mDest)
 
void Reset (const char *spV=0)
 
 XrdSecEntity (const char *spName=0)
 
 ~XrdSecEntity ()
 

Public Attributes

char prot [XrdSecPROTOIDSIZE]
 Auth protocol used (e.g. krb5) More...
 
char prox [XrdSecPROTOIDSIZE]
 Auth extractor used (e.g. xrdvoms) More...
 
char * name
 Entity's name. More...
 
char * host
 Entity's host name dnr dependent. More...
 
char * vorg
 Entity's virtual organization(s) More...
 
char * role
 Entity's role(s) More...
 
char * grps
 Entity's group name(s) More...
 
char * caps
 Entity's capabilities. More...
 
char * endorsements
 Protocol specific endorsements. More...
 
char * moninfo
 Information for monitoring. More...
 
char * creds
 Raw entity credentials or cert. More...
 
int credslen
 Length of the 'creds' data. More...
 
unsigned int ueid
 Unique ID of entity instance. More...
 
XrdNetAddrInfoaddrInfo
 Entity's connection details. More...
 
const char * tident
 Trace identifier always preset. More...
 
const char * pident
 Trace identifier (originator) More...
 
void * sessvar
 
uid_t uid
 Unix uid or 0 if none. More...
 
gid_t gid
 Unix gid or 0 if none. More...
 
void * future [3]
 Reserved for future expansion. More...
 
XrdSecEntityAttreaAPI
 non-const API to attributes More...
 

Private Member Functions

void Init (const char *spV)
 

Constructor & Destructor Documentation

◆ XrdSecEntity()

XrdSecEntity::XrdSecEntity ( const char *  spName = 0)

Constructor.

Parameters
spName- The name of the security protocol.

◆ ~XrdSecEntity()

XrdSecEntity::~XrdSecEntity ( )

Member Function Documentation

◆ Display()

void XrdSecEntity::Display ( XrdSysError mDest)

Dislay the contents of this object for debugging purposes.

Parameters
mDest- Reference to the message object to use.

◆ Init()

void XrdSecEntity::Init ( const char *  spV)
private

◆ Reset()

void XrdSecEntity::Reset ( const char *  spV = 0)

Reset object to it's pristine self.

Parameters
spV- The name of the security protocol.

Member Data Documentation

◆ addrInfo

XrdNetAddrInfo* XrdSecEntity::addrInfo

Entity's connection details.

◆ caps

char* XrdSecEntity::caps

Entity's capabilities.

◆ creds

char* XrdSecEntity::creds

Raw entity credentials or cert.

◆ credslen

int XrdSecEntity::credslen

Length of the 'creds' data.

◆ eaAPI

XrdSecEntityAttr* XrdSecEntity::eaAPI

non-const API to attributes

◆ endorsements

char* XrdSecEntity::endorsements

Protocol specific endorsements.

◆ future

void* XrdSecEntity::future[3]

Reserved for future expansion.

◆ gid

gid_t XrdSecEntity::gid

Unix gid or 0 if none.

◆ grps

char* XrdSecEntity::grps

Entity's group name(s)

◆ host

char* XrdSecEntity::host

Entity's host name dnr dependent.

◆ moninfo

char* XrdSecEntity::moninfo

Information for monitoring.

◆ name

char* XrdSecEntity::name

Entity's name.

◆ pident

const char* XrdSecEntity::pident

Trace identifier (originator)

◆ prot

char XrdSecEntity::prot[XrdSecPROTOIDSIZE]

Auth protocol used (e.g. krb5)

◆ prox

char XrdSecEntity::prox[XrdSecPROTOIDSIZE]

Auth extractor used (e.g. xrdvoms)

◆ role

char* XrdSecEntity::role

Entity's role(s)

◆ sessvar

void* XrdSecEntity::sessvar

Plugin settable storage pointer, now deprecated. Use settable attribute objects instead.

◆ tident

const char* XrdSecEntity::tident

Trace identifier always preset.

◆ ueid

unsigned int XrdSecEntity::ueid

Unique ID of entity instance.

◆ uid

uid_t XrdSecEntity::uid

Unix uid or 0 if none.

◆ vorg

char* XrdSecEntity::vorg

Entity's virtual organization(s)


The documentation for this class was generated from the following file: