XRootD
Loading...
Searching...
No Matches
XrdAccEntityInfo Struct Reference

#include <XrdAccEntity.hh>

+ Collaboration diagram for XrdAccEntityInfo:

Public Member Functions

 XrdAccEntityInfo ()
 
 ~XrdAccEntityInfo ()
 

Public Attributes

const char * grup
 
const char * host
 
const char * name
 
const char * role
 
const char * vorg
 

Detailed Description

Definition at line 41 of file XrdAccEntity.hh.

Constructor & Destructor Documentation

◆ XrdAccEntityInfo()

XrdAccEntityInfo::XrdAccEntityInfo ( )
inline

Definition at line 47 of file XrdAccEntity.hh.

47 :
48 name(NULL),
49 host(NULL),
50 vorg(NULL),
51 role(NULL),
52 grup(NULL) {}
const char * vorg
const char * role
const char * name
const char * host
const char * grup

◆ ~XrdAccEntityInfo()

XrdAccEntityInfo::~XrdAccEntityInfo ( )
inline

Definition at line 53 of file XrdAccEntity.hh.

53{}

Member Data Documentation

◆ grup

const char* XrdAccEntityInfo::grup

◆ host

const char* XrdAccEntityInfo::host

Definition at line 43 of file XrdAccEntity.hh.

Referenced by XrdAccAccess::Access(), and XrdAccAccess_ID::Applies().

◆ name

const char* XrdAccEntityInfo::name

Definition at line 42 of file XrdAccEntity.hh.

Referenced by XrdAccAccess::Access(), and XrdAccAccess_ID::Applies().

◆ role

const char* XrdAccEntityInfo::role

◆ vorg

const char* XrdAccEntityInfo::vorg

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