![]() |
XRootD
|
#include <XrdSutCacheEntry.hh>
Public Member Functions | |
XrdSutCacheEntry (const char *n=0, short st=0, short cn=0, kXR_int32 mt=0) | |
XrdSutCacheEntry (const XrdSutCacheEntry &e) | |
virtual | ~XrdSutCacheEntry () |
char * | AsString () const |
kXR_int32 | Length () const |
XrdSutCacheEntry & | operator= (const XrdSutCacheEntry &pfe) |
void | Reset () |
void | SetName (const char *n=0) |
Public Attributes | |
XrdSutCacheEntryBuf | buf1 |
XrdSutCacheEntryBuf | buf2 |
XrdSutCacheEntryBuf | buf3 |
XrdSutCacheEntryBuf | buf4 |
short | cnt |
kXR_int32 | mtime |
char * | name |
XrdSysRWLock | rwmtx |
short | status |
Definition at line 75 of file XrdSutCacheEntry.hh.
XrdSutCacheEntry::XrdSutCacheEntry | ( | const char * | n = 0 , |
short | st = 0 , |
||
short | cn = 0 , |
||
kXR_int32 | mt = 0 |
||
) |
Definition at line 85 of file XrdSutCacheEntry.cc.
XrdSutCacheEntry::XrdSutCacheEntry | ( | const XrdSutCacheEntry & | e | ) |
Definition at line 102 of file XrdSutCacheEntry.cc.
|
inlinevirtual |
char * XrdSutCacheEntry::AsString | ( | ) | const |
Definition at line 152 of file XrdSutCacheEntry.cc.
References buf1, buf2, buf3, buf4, cnt, XrdSutCacheEntryBuf::len, mtime, name, status, and XrdSutTimeString().
|
inline |
XrdSutCacheEntry & XrdSutCacheEntry::operator= | ( | const XrdSutCacheEntry & | pfe | ) |
Definition at line 170 of file XrdSutCacheEntry.cc.
References XrdSutCacheEntryBuf::buf, buf1, buf2, buf3, buf4, cnt, mtime, name, XrdSutCacheEntryBuf::SetBuf(), SetName(), and status.
void XrdSutCacheEntry::Reset | ( | ) |
void XrdSutCacheEntry::SetName | ( | const char * | n = 0 | ) |
Definition at line 136 of file XrdSutCacheEntry.cc.
References name.
Referenced by operator=().
XrdSutCacheEntryBuf XrdSutCacheEntry::buf1 |
Definition at line 81 of file XrdSutCacheEntry.hh.
Referenced by AsString(), XrdSecProtocolgsi::Authenticate(), GetCACheck(), Length(), operator=(), QueryProxyCheck(), and Reset().
XrdSutCacheEntryBuf XrdSutCacheEntry::buf2 |
Definition at line 82 of file XrdSutCacheEntry.hh.
Referenced by AsString(), XrdSecProtocolgsi::Authenticate(), AuthzFunCheck(), GetCACheck(), Length(), operator=(), and Reset().
XrdSutCacheEntryBuf XrdSutCacheEntry::buf3 |
Definition at line 83 of file XrdSutCacheEntry.hh.
Referenced by AsString(), Length(), operator=(), and Reset().
XrdSutCacheEntryBuf XrdSutCacheEntry::buf4 |
Definition at line 84 of file XrdSutCacheEntry.hh.
Referenced by AsString(), Length(), operator=(), and Reset().
short XrdSutCacheEntry::cnt |
Definition at line 79 of file XrdSutCacheEntry.hh.
Referenced by XrdSutCacheEntry(), AsString(), XrdSecProtocolgsi::Authenticate(), operator=(), and Reset().
kXR_int32 XrdSutCacheEntry::mtime |
Definition at line 80 of file XrdSutCacheEntry.hh.
Referenced by XrdSutCacheEntry(), AsString(), XrdSecProtocolgsi::Authenticate(), AuthzFunCheck(), GetCACheck(), GetSrvCertEntCheck(), XrdCryptosslX509Crl::IsRevoked(), operator=(), QueryGMAPCheck(), and Reset().
char* XrdSutCacheEntry::name |
Definition at line 77 of file XrdSutCacheEntry.hh.
Referenced by XrdSutCacheEntry(), ~XrdSutCacheEntry(), AsString(), GetCACheck(), operator=(), Reset(), and SetName().
XrdSysRWLock XrdSutCacheEntry::rwmtx |
Definition at line 85 of file XrdSutCacheEntry.hh.
Referenced by XrdSecProtocolgsi::Authenticate(), XrdSutCache::Get(), and XrdCryptosslX509Crl::IsRevoked().
short XrdSutCacheEntry::status |
Definition at line 78 of file XrdSutCacheEntry.hh.
Referenced by XrdSutCacheEntry(), AsString(), XrdSecProtocolgsi::Authenticate(), AuthzFunCheck(), XrdSutCache::Get(), GetSrvCertEntCheck(), XrdCryptosslX509Crl::IsRevoked(), operator=(), QueryGMAPCheck(), and Reset().