Functions
grst-delegation.c File Reference

Functions

int main (int argn, char *argv[])
 
char * get_dn (void)
 
int ns__getProxyReq (struct soap *soap, char *delegation_id, struct ns__getProxyReqResponse *response)
 
int ns__getNewProxyReq (struct soap *soap, struct ns__getNewProxyReqResponse *response)
 
int ns__putProxy (struct soap *soap, char *delegation_id, char *proxy, struct ns__putProxyResponse *response)
 
int ns__renewProxyReq (struct soap *soap, char *delegation_id, struct ns__renewProxyReqResponse *response)
 
int ns__getTerminationTime (struct soap *soap, char *delegation_id, struct ns__getTerminationTimeResponse *response)
 
int ns__destroy (struct soap *soap, char *delegation_id, struct ns__destroyResponse *response)
 

Function Documentation

char* get_dn ( void  )
int main ( int  argn,
char *  argv[] 
)
int ns__destroy ( struct soap *  soap,
char *  delegation_id,
struct ns__destroyResponse response 
)
int ns__getNewProxyReq ( struct soap *  soap,
struct ns__getNewProxyReqResponse response 
)
int ns__getProxyReq ( struct soap *  soap,
char *  delegation_id,
struct ns__getProxyReqResponse response 
)
int ns__getTerminationTime ( struct soap *  soap,
char *  delegation_id,
struct ns__getTerminationTimeResponse response 
)
int ns__putProxy ( struct soap *  soap,
char *  delegation_id,
char *  proxy,
struct ns__putProxyResponse response 
)
int ns__renewProxyReq ( struct soap *  soap,
char *  delegation_id,
struct ns__renewProxyReqResponse response 
)