EGEE

_glite_transfer_Roles Struct Reference
[Transfer data structures, and data types]

The transfer roles object. More...

#include <transfer-simple.h>


Data Fields

char * clientDN
 The DN of the client owning these roles.
char * serviceAdmin
 Null if the client is not a service admin.
char * submitter
 Null if the client does not have submit privileges.
int __sizeVOManager
 Size of array VOManager.
glite_transfer_StringPair ** VOManager
 Holds a list of pairs VOName/principal.
int __sizechannelManager
 Size of array channelManager.
glite_transfer_StringPair ** channelManager
 Holds a list of pairs channelName/principal.


Detailed Description

The transfer roles object.

Definition at line 408 of file transfer-simple.h.


Field Documentation

char* _glite_transfer_Roles::clientDN

The DN of the client owning these roles.

Definition at line 409 of file transfer-simple.h.

The GLite Project. All rights reserved.