XrdSysPwd Class Reference
#include <XrdSysPwd.hh>
List of all members.
Public Member Functions |
struct passwd * | Get (const char *Usr) |
struct passwd * | Get (uid_t Uid) |
| XrdSysPwd () |
| XrdSysPwd (const char *Usr, struct passwd **pwP) |
| XrdSysPwd (uid_t Uid, struct passwd **pwP) |
| ~XrdSysPwd () |
Public Attributes |
int | rc |
Private Attributes |
struct passwd pwStruct * | Ppw |
char | pwBuff [4096] |
Constructor & Destructor Documentation
XrdSysPwd::XrdSysPwd |
( |
|
) |
[inline] |
XrdSysPwd::XrdSysPwd |
( |
const char * |
Usr, |
|
|
struct passwd ** |
pwP | |
|
) |
| | [inline] |
XrdSysPwd::XrdSysPwd |
( |
uid_t |
Uid, |
|
|
struct passwd ** |
pwP | |
|
) |
| | [inline] |
XrdSysPwd::~XrdSysPwd |
( |
|
) |
[inline] |
Member Function Documentation
struct passwd* XrdSysPwd::Get |
( |
uid_t |
Uid |
) |
[inline, read] |
struct passwd* XrdSysPwd::Get |
( |
const char * |
Usr |
) |
[inline, read] |
Member Data Documentation
The documentation for this class was generated from the following file: