|
XRootD
|
#include <XrdSutPFEntry.hh>
Collaboration diagram for XrdSutPFEntry:Public Member Functions | |
| XrdSutPFEntry (const char *n=0, short st=0, short cn=0, kXR_int32 mt=0) | |
| XrdSutPFEntry (const XrdSutPFEntry &e) | |
| virtual | ~XrdSutPFEntry () |
| char * | AsString () const |
| kXR_int32 | Length () const |
| XrdSutPFEntry & | operator= (const XrdSutPFEntry &pfe) |
| void | Reset () |
| void | SetName (const char *n=0) |
Public Attributes | |
| XrdSutPFBuf | buf1 |
| XrdSutPFBuf | buf2 |
| XrdSutPFBuf | buf3 |
| XrdSutPFBuf | buf4 |
| short | cnt |
| kXR_int32 | mtime |
| char * | name |
| XrdSysMutex | pfeMutex |
| short | status |
Definition at line 78 of file XrdSutPFEntry.hh.
| XrdSutPFEntry::XrdSutPFEntry | ( | const char * | n = 0, |
| short | st = 0, |
||
| short | cn = 0, |
||
| kXR_int32 | mt = 0 |
||
| ) |
Definition at line 85 of file XrdSutPFEntry.cc.
| XrdSutPFEntry::XrdSutPFEntry | ( | const XrdSutPFEntry & | e | ) |
Definition at line 102 of file XrdSutPFEntry.cc.
|
inlinevirtual |
| char * XrdSutPFEntry::AsString | ( | ) | const |
Definition at line 152 of file XrdSutPFEntry.cc.
References buf1, buf2, buf3, buf4, cnt, XrdSutPFBuf::len, mtime, name, status, and XrdSutTimeString().
Referenced by GetEntry(), and main().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| XrdSutPFEntry & XrdSutPFEntry::operator= | ( | const XrdSutPFEntry & | pfe | ) |
Definition at line 170 of file XrdSutPFEntry.cc.
References XrdSutPFBuf::buf, buf1, buf2, buf3, buf4, cnt, mtime, name, XrdSutPFBuf::SetBuf(), SetName(), and status.
Here is the call graph for this function:| void XrdSutPFEntry::Reset | ( | ) |
Definition at line 119 of file XrdSutPFEntry.cc.
References buf1, buf2, buf3, buf4, cnt, mtime, name, XrdSutPFBuf::SetBuf(), and status.
Referenced by main(), and XrdSutPFile::ReadEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| void XrdSutPFEntry::SetName | ( | const char * | n = 0 | ) |
Definition at line 136 of file XrdSutPFEntry.cc.
References name.
Referenced by GetEntry(), XrdSutPFCache::Load(), main(), operator=(), and XrdSutPFile::ReadEntry().
Here is the caller graph for this function:| XrdSutPFBuf XrdSutPFEntry::buf1 |
Definition at line 84 of file XrdSutPFEntry.hh.
Referenced by AddPassword(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSecProtocolpwd::getCredentials(), XrdSecProtocolpwd::Init(), Length(), main(), operator=(), and Reset().
| XrdSutPFBuf XrdSutPFEntry::buf2 |
Definition at line 85 of file XrdSutPFEntry.hh.
Referenced by AddPassword(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSecProtocolpwd::getCredentials(), Length(), main(), operator=(), and Reset().
| XrdSutPFBuf XrdSutPFEntry::buf3 |
Definition at line 86 of file XrdSutPFEntry.hh.
Referenced by AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), Length(), main(), operator=(), and Reset().
| XrdSutPFBuf XrdSutPFEntry::buf4 |
Definition at line 87 of file XrdSutPFEntry.hh.
Referenced by AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), Length(), main(), operator=(), and Reset().
| short XrdSutPFEntry::cnt |
Definition at line 82 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AsString(), XrdSecProtocolpwd::Authenticate(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSecProtocolpwd::getCredentials(), GetEntry(), main(), operator=(), Reset(), and XrdSutPFile::UpdateCount().
| kXR_int32 XrdSutPFEntry::mtime |
Definition at line 83 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AsString(), XrdSecProtocolpwd::Authenticate(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSutPFCache::Flush(), main(), operator=(), Reset(), and XrdSutPFile::UpdateCount().
| char* XrdSutPFEntry::name |
Definition at line 80 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), ~XrdSutPFEntry(), AsString(), XrdSecProtocolpwd::Authenticate(), XrdSutPFCache::Dump(), XrdSutPFCache::Flush(), main(), operator=(), Reset(), SetName(), and XrdSutPFile::WriteEntry().
| XrdSysMutex XrdSutPFEntry::pfeMutex |
Definition at line 88 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFCache::Get().
| short XrdSutPFEntry::status |
Definition at line 81 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AsString(), XrdSecProtocolpwd::Authenticate(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSecProtocolpwd::getCredentials(), main(), operator=(), Reset(), and XrdSutPFile::SearchSpecialEntries().