Difference between revisions of "LCAS LCMAPS API"
From PDP/Grid Wiki
Jump to navigationJump to searchm |
m (→LCMAPS) |
||
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] | + | * [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 |
+ | mapcounter, lcmaps_account_info_t *plcmaps_account)</tt> | ||
+ | * [http://www.nikhef.nl/grid/lcaslcmaps/lcmaps_apidoc/html/index.html basic API documentation] | ||
+ | * [http://www.dutchgrid.nl/DataGrid/wp4/lcmaps/ EU DataGrid interface documentation] |
Revision as of 12:54, 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
- LCMAPS interface for version 1.4.1. 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)