XRootD
Loading...
Searching...
No Matches
XrdAccEntityInit Class Reference

#include <XrdAccEntity.hh>

+ Collaboration diagram for XrdAccEntityInit:

Public Member Functions

 XrdAccEntityInit (const XrdSecEntity *secP, XrdAccEntity *&aeR)
 
 ~XrdAccEntityInit ()
 

Detailed Description

Definition at line 118 of file XrdAccEntity.hh.

Constructor & Destructor Documentation

◆ XrdAccEntityInit()

XrdAccEntityInit::XrdAccEntityInit ( const XrdSecEntity * secP,
XrdAccEntity *& aeR )
inline

Definition at line 122 of file XrdAccEntity.hh.

122 : seP(secP)
123 {bool isNew;
124 aeR = XrdAccEntity::GetEntity(secP, isNew);
125 aeP = (isNew ? aeR : 0);
126 }
static XrdAccEntity * GetEntity(const XrdSecEntity *secP, bool &isNew)

References XrdAccEntity::GetEntity().

+ Here is the call graph for this function:

◆ ~XrdAccEntityInit()

XrdAccEntityInit::~XrdAccEntityInit ( )
inline

Definition at line 128 of file XrdAccEntity.hh.

128{if (aeP) aeP->PutEntity(seP);}
void PutEntity(const XrdSecEntity *secP)

References XrdAccEntity::PutEntity().

+ Here is the call graph for this function:

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