Difference between revisions of "LCAS LCMAPS API"

From PDP/Grid Wiki
Jump to navigationJump to search
 
Line 6: Line 6:
 
== LCMAPS ==
 
== LCMAPS ==
  
* [http://www.nikhef.nl/grid/lcaslcmaps/files/lcmaps-interface-1.4.1.pdf LCMAPS interface for version 1.4.1]. The currently advised primary interface to use LCMAPS is <tt>int lcmaps_return_account_from_pem (char *pem_string, int
+
The currently advised primary interface to use LCMAPS is <tt>int lcmaps_return_account_from_pem (char *pem_string, int
mapcounter, lcmaps_account_info_t *plcmaps_account)</tt>
+
mapcounter, lcmaps_account_info_t *plcmaps_account)</tt>:
* [http://www.nikhef.nl/grid/lcaslcmaps/lcmaps_apidoc/html/index.html basic API documentation]
+
 
 +
* [http://www.nikhef.nl/grid/lcaslcmaps/lcmaps_apidoc/html/index.html basic API documentation and plug-ins]
 
* [http://www.dutchgrid.nl/DataGrid/wp4/lcmaps/ EU DataGrid interface documentation]
 
* [http://www.dutchgrid.nl/DataGrid/wp4/lcmaps/ EU DataGrid interface documentation]
 +
* temporary: [http://www.nikhef.nl/grid/lcaslcmaps/files/lcmaps-interface-1.4.1.pdf LCMAPS interface for version 1.4.1].

Latest revision as of 13:55, 26 March 2009

The following API documentation is available. We've implemented LCAS and LCMAPS such that interfaces are stable and retained as much as possible, so 'old' documentation is usually as relevant as 'new'. Additional functionality is mostly implemented through plugins and their configuration.

LCAS

LCMAPS

The currently advised primary interface to use LCMAPS is int lcmaps_return_account_from_pem (char *pem_string, int mapcounter, lcmaps_account_info_t *plcmaps_account):