#include <pwd.h>
#include "lcmaps_vo_data.h"
Include dependency graph for lcmaps_cred_data.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | cred_data_s |
structure that contains the gathered (local) credentials en VOMS info. More... | |
Typedefs | |
typedef struct cred_data_s | cred_data_t |
Type of credential data. | |
Functions | |
int | addCredentialData (int datatype, void *data) |
Add a credential to the list of found credentials (uids, gids etc). More... | |
void* | getCredentialData (int datatype, int *count) |
Get pointer to a list of credential data of a certain type. More... |
Routines to access the credential data that are gathered by the plugins.
Definition in file lcmaps_cred_data.h.
|
Add a credential to the list of found credentials (uids, gids etc).
The credential value is copied into list (memory is allocated for this)
Definition at line 84 of file lcmaps_cred_data.c. |
|
Get pointer to a list of credential data of a certain type.
Definition at line 211 of file lcmaps_cred_data.c. |