Go to the source code of this file.
◆ PROTPARMS
Value:
Definition at line 44 of file XrdSecPManager.hh.
47{
48public:
49
51 char **parg=0);
52
55 const char *pname,
57
62
67
69 const char pmode,
70 const char *pid,
71 const char *parg,
72 const char *path)
73 {
return (0 != ldPO(
eMsg, pmode, pid, parg, path));}
74
75void setDebug(
int dbg) {
DebugON = dbg;}
76
78
79const char *protTLS() {return tlsProt;}
80
82 bool fwdcreds=false)
83 : protnum(1), First(0), Last(0), errP(0),
84 tlsProt(0),
DebugON(dbg), isProxy(secproxy),
85 fwdCreds(fwdcreds) {}
87
88private:
89
93 const char pmode,
94 const char *pid,
95 const char *parg=0,
96 const char *spath=0);
98
104char *tlsProt;
106bool isProxy;
107bool fwdCreds;
108};
109#endif
Generic structure to pass security information back and forth.
◆ XrdSecPMask_t