#include <XrdClDlgEnv.hh>
Public Member Functions | |
~DlgEnv () | |
void | Enable () |
Enable delegation in the environment. | |
void | Disable () |
Disable delegation in the environment. | |
Static Public Member Functions | |
static DlgEnv & | Instance () |
Private Member Functions | |
DlgEnv () | |
Default constructor. | |
DlgEnv (const DlgEnv &) | |
Copy constructor - deleted. | |
DlgEnv & | operator= (const DlgEnv &) |
Assigment operator - deleted. |
Helper class for setting and unsetting the 'XrdSecGSIDELEGPROXY' environment variable.
XrdCl::DlgEnv::~DlgEnv | ( | ) | [inline] |
Destructor
Release the memory used to set environment
XrdCl::DlgEnv::DlgEnv | ( | ) | [inline, private] |
Default constructor.
XrdCl::DlgEnv::DlgEnv | ( | const DlgEnv & | ) | [private] |
Copy constructor - deleted.
void XrdCl::DlgEnv::Disable | ( | ) | [inline] |
Disable delegation in the environment.
void XrdCl::DlgEnv::Enable | ( | ) | [inline] |
Enable delegation in the environment.