XrdOucGMap Class Reference
#include <XrdOucGMap.hh>
List of all members.
Constructor & Destructor Documentation
XrdOucGMap::XrdOucGMap |
( |
XrdOucGMapArgs |
|
) |
|
virtual XrdOucGMap::~XrdOucGMap |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual int XrdOucGMap::dn2user |
( |
const char * |
dn, |
|
|
char * |
user, |
|
|
int |
ulen, |
|
|
time_t |
now = 0 | |
|
) |
| | [virtual] |
Map a distinguished name (dn) to a user name.
- Parameters:
-
| dn | -> Distinguished name. |
| user | -> Buffer where the user name is to be placed. It must end with a null byte. |
| ulen | -> The length of the 'user' buffer. |
| now | -> Current time (result of time(0)) or 0 if not available. |
- Returns:
- Success: Zero. Failure: An errno number describing the failure; typically -EFAULT - No valid matching found. -errno - If problems reloading the file
bool XrdOucGMap::isValid |
( |
|
) |
const [inline] |
Validity checker.
References valid.
int XrdOucGMap::load |
( |
const char * |
mf, |
|
|
bool |
force = 0 | |
|
) |
| | [private] |
Member Data Documentation
The documentation for this class was generated from the following file: