XRootD
XrdNetIdentity Class Reference

#include <XrdNetIdentity.hh>

+ Collaboration diagram for XrdNetIdentity:

Public Member Functions

 XrdNetIdentity ()
 
 ~XrdNetIdentity ()
 

Static Public Member Functions

static const char * Domain (const char **eText=0)
 
static const char * FQN (const char **etext=0)
 

Detailed Description

Definition at line 32 of file XrdNetIdentity.hh.

Constructor & Destructor Documentation

◆ XrdNetIdentity()

XrdNetIdentity::XrdNetIdentity ( )
inline

Definition at line 40 of file XrdNetIdentity.hh.

40 {}

◆ ~XrdNetIdentity()

XrdNetIdentity::~XrdNetIdentity ( )
inline

Definition at line 41 of file XrdNetIdentity.hh.

41 {}

Member Function Documentation

◆ Domain()

const char * XrdNetIdentity::Domain ( const char **  eText = 0)
static

Definition at line 141 of file XrdNetIdentity.cc.

142 {
143  if (eText) *eText = DNS_Error;
144  return DNS_Domain;
145 }

Referenced by XrdOfsTPCProg::Run().

+ Here is the caller graph for this function:

◆ FQN()

const char * XrdNetIdentity::FQN ( const char **  etext = 0)
static

Definition at line 151 of file XrdNetIdentity.cc.

152 {
153  if (eText) *eText = DNS_Error;
154  return DNS_FQN;
155 }

Referenced by XrdNetAddr::XrdNetAddr(), and XrdNetUtils::MyHostName().

+ Here is the caller graph for this function:

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