EGEE
Main Page | Modules | Data Structures | Directories | 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 408 of file transfer-simple.h.


Field Documentation

int _glite_transfer_Roles::__sizechannelManager
 

Size of array channelManager.

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

int _glite_transfer_Roles::__sizeVOManager
 

Size of array VOManager.

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

glite_transfer_StringPair** _glite_transfer_Roles::channelManager
 

Holds a list of pairs channelName/principal.

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

char* _glite_transfer_Roles::clientDN
 

The DN of the client owning these roles.

Definition at line 409 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 410 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 411 of file transfer-simple.h.

glite_transfer_StringPair** _glite_transfer_Roles::VOManager
 

Holds a list of pairs VOName/principal.

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

The GLite Project. All rights reserved.