Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

cred_data_s Struct Reference

structure that contains the gathered (local) credentials en VOMS info. More...

#include <lcmaps_cred_data.h>


Data Fields

char * dn
uid_t * uid
gid_t * priGid
gid_t * secGid
lcmaps_vo_data_tVoCred
char ** VoCredString
lcmaps_vo_mapping_tVoCredMapping
int cntUid
int cntPriGid
int cntSecGid
int cntVoCred
int cntVoCredString
int cntVoCredMapping


Detailed Description

structure that contains the gathered (local) credentials en VOMS info.

Definition at line 56 of file lcmaps_cred_data.h.


Field Documentation

int cred_data_s::cntPriGid
 

number of primary groupIDs (in principle only one)

Definition at line 66 of file lcmaps_cred_data.h.

Referenced by printCredData.

int cred_data_s::cntSecGid
 

number of secondary groupIDs (could be any number)

Definition at line 67 of file lcmaps_cred_data.h.

Referenced by printCredData.

int cred_data_s::cntUid
 

number of userIDs

Definition at line 65 of file lcmaps_cred_data.h.

Referenced by printCredData.

int cred_data_s::cntVoCred
 

number of VO data structures

Definition at line 68 of file lcmaps_cred_data.h.

Referenced by printCredData.

int cred_data_s::cntVoCredMapping
 

number of VO mapping structures

Definition at line 70 of file lcmaps_cred_data.h.

Referenced by printCredData.

int cred_data_s::cntVoCredString
 

number of VO data strings

Definition at line 69 of file lcmaps_cred_data.h.

Referenced by printCredData.

char* cred_data_s::dn
 

user globus DN

Definition at line 58 of file lcmaps_cred_data.h.

Referenced by printCredData.

gid_t* cred_data_s::priGid
 

list of primary groupIDs

Definition at line 60 of file lcmaps_cred_data.h.

Referenced by printCredData.

gid_t* cred_data_s::secGid
 

list of secondary groupIDs

Definition at line 61 of file lcmaps_cred_data.h.

Referenced by printCredData.

uid_t* cred_data_s::uid
 

list of userIDs

Definition at line 59 of file lcmaps_cred_data.h.

Referenced by printCredData.

lcmaps_vo_data_t* cred_data_s::VoCred
 

list of VO data structures

Definition at line 62 of file lcmaps_cred_data.h.

Referenced by printCredData.

lcmaps_vo_mapping_t* cred_data_s::VoCredMapping
 

list of VO mapping structures

Definition at line 64 of file lcmaps_cred_data.h.

Referenced by printCredData.

char** cred_data_s::VoCredString
 

list of VO data strings

Definition at line 63 of file lcmaps_cred_data.h.

Referenced by printCredData.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002