#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. |
Definition at line 408 of file transfer-simple.h.
|
Size of array channelManager.
Definition at line 414 of file transfer-simple.h. |
|
Size of array VOManager.
Definition at line 412 of file transfer-simple.h. |
|
Holds a list of pairs channelName/principal.
Definition at line 415 of file transfer-simple.h. |
|
The DN of the client owning these roles.
Definition at line 409 of file transfer-simple.h. |
|
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. |
|
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. |
|
Holds a list of pairs VOName/principal.
Definition at line 413 of file transfer-simple.h. |