#include <XrdNetIdentity.hh>
|
static const char * | Domain (const char **eText=0) |
|
static const char * | FQN (const char **etext=0) |
|
static void | SetFQN (const char *fqn) |
|
Definition at line 32 of file XrdNetIdentity.hh.
◆ XrdNetIdentity()
XrdNetIdentity::XrdNetIdentity |
( |
| ) |
|
|
inline |
◆ ~XrdNetIdentity()
XrdNetIdentity::~XrdNetIdentity |
( |
| ) |
|
|
inline |
◆ Domain()
const char * XrdNetIdentity::Domain |
( |
const char ** | eText = 0 | ) |
|
|
static |
◆ FQN()
const char * XrdNetIdentity::FQN |
( |
const char ** | etext = 0 | ) |
|
|
static |
◆ SetFQN()
void XrdNetIdentity::SetFQN |
( |
const char * | fqn | ) |
|
|
static |
Definition at line 197 of file XrdNetIdentity.cc.
198{
199 if (DNS_FQN) free(DNS_FQN);
200 DNS_FQN = strdup(fqn);
201 if (!(DNS_Domain = index(DNS_FQN, '.'))) DNS_Domain = "";
202 FQN_DNS = false;
203}
Referenced by XrdConfig::Configure().
The documentation for this class was generated from the following files: