EGEE
Main Page | Modules | Data Structures | File List | Data Fields | Globals

_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 364 of file transfer-simple.h.


Field Documentation

int _glite_transfer_Roles::__sizechannelManager
 

Size of array channelManager.

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

int _glite_transfer_Roles::__sizeVOManager
 

Size of array VOManager.

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

glite_transfer_StringPair** _glite_transfer_Roles::channelManager
 

Holds a list of pairs channelName/principal.

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

char* _glite_transfer_Roles::clientDN
 

The DN of the client owning these roles.

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

char* _glite_transfer_Roles::serviceAdmin
 

Null if the client is not a service admin.

Holds the principal giving it this role otherwise.

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

char* _glite_transfer_Roles::submitter
 

Null if the client does not have submit privileges.

Holds the principal giving it this role otherwise.

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

glite_transfer_StringPair** _glite_transfer_Roles::VOManager
 

Holds a list of pairs VOName/principal.

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

The GLite Project. All rights reserved.