XRootD
XrdSutPFEntry.hh File Reference
+ Include dependency graph for XrdSutPFEntry.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdSutPFBuf
 
class  XrdSutPFEntry
 

Enumerations

enum  kPFEntryStatus {
  kPFE_inactive = -2 ,
  kPFE_disabled ,
  kPFE_allowed ,
  kPFE_ok ,
  kPFE_onetime ,
  kPFE_expired ,
  kPFE_special ,
  kPFE_anonymous ,
  kPFE_crypt
}
 

Enumeration Type Documentation

◆ kPFEntryStatus

Enumerator
kPFE_inactive 
kPFE_disabled 
kPFE_allowed 
kPFE_ok 
kPFE_onetime 
kPFE_expired 
kPFE_special 
kPFE_anonymous 
kPFE_crypt 

Definition at line 40 of file XrdSutPFEntry.hh.

40  {
41  kPFE_inactive = -2, // -2 inactive: eliminated at next trim
42  kPFE_disabled, // -1 disabled, cannot be enabled
43  kPFE_allowed, // 0 empty creds, can be enabled
44  kPFE_ok, // 1 enabled and OK
45  kPFE_onetime, // 2 enabled, can be used only once
46  kPFE_expired, // 3 enabled, creds to be changed at next used
47  kPFE_special, // 4 special (non-creds) entry
48  kPFE_anonymous, // 5 enabled, OK, no creds, counter
49  kPFE_crypt // 6 enabled, OK, crypt-like credentials
50 };
@ kPFE_special
@ kPFE_inactive
@ kPFE_allowed
@ kPFE_disabled
@ kPFE_anonymous
@ kPFE_onetime
@ kPFE_ok
@ kPFE_expired
@ kPFE_crypt