Changes between Version 16 and Version 17 of BPEL4GridEngineSecurity
- Timestamp:
- 04/11/08 17:06:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BPEL4GridEngineSecurity
v16 v17 24 24 call.setProxyCertificate(call, "/path/to/my/proxy/file"); 25 25 }}} 26 [[BR]] 27 26 28 = Using [http://grid.ncsa.uiuc.edu/myproxy/ MyProxy] Credential Management Service = 27 29 "[http://grid.ncsa.uiuc.edu/myproxy/ MyProxy] is open source software for managing X.509 Public Key Infrastructure (PKI) security credentials (certificates and private keys). !MyProxy combines an online credential repository with an online certificate authority to allow users to securely obtain credentials when and where needed." (quoted from http://grid.ncsa.uiuc.edu/myproxy/) … … 50 52 The other two methods only differ in so far that they don't have the autoRenewal and/or lifetime parameter. 51 53 52 Download The library requires Apache Axis (we used 1.2.1 for testing) and saaj-api.54 Download The library requires Apache Axis (we used 1.2.1 for testing) and [https://saaj.dev.java.net/ saaj-api]. 53 55 54 [http://ds.informatik.uni-marburg.de/MAGE/BPEL/download/fb12_proxyClientHelper-0.1.jar ProxyClientHelper ]-0.156 [http://ds.informatik.uni-marburg.de/MAGE/BPEL/download/fb12_proxyClientHelper-0.1.jar ProxyClientHelper-0.1]