XRootD
Loading...
Searching...
No Matches
XrdSutCacheEntry.hh File Reference
Include dependency graph for XrdSutCacheEntry.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdSutCacheEntry
class  XrdSutCacheEntryBuf
class  XrdSutCERef

Enumerations

enum  kCEntryStatus {
  kCE_inactive = -2 ,
  kCE_disabled ,
  kCE_allowed ,
  kCE_expired ,
  kCE_ok ,
  kCE_special
}

Enumeration Type Documentation

◆ kCEntryStatus

Enumerator
kCE_inactive 
kCE_disabled 
kCE_allowed 
kCE_expired 
kCE_ok 
kCE_special 

Definition at line 40 of file XrdSutCacheEntry.hh.

40 {
41 kCE_inactive = -2, // -2 inactive: eliminated at next trim
42 kCE_disabled, // -1 disabled, cannot be enabled
43 kCE_allowed, // 0 empty creds, can be enabled
44 kCE_expired, // 1 enabled, creds to be changed at next used
45 kCE_ok, // 2 enabled and OK
46 kCE_special // 3 special (non-creds) entry
47};
@ kCE_special
@ kCE_ok
@ kCE_allowed
@ kCE_disabled
@ kCE_inactive
@ kCE_expired