Changes between Version 1 and Version 2 of SecurityIntegration
- Timestamp:
- 03/21/09 04:36:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SecurityIntegration
v1 v2 4 4 5 5 Gn-legacy will offer this webservice interface to gn-ebrim: 6 Long isoIds[] getIsoIds(userid, password);6 * Long isoIds[] getIsoIds(userid, password); 7 7 8 8 This webservice will use in its implementation the existing gn-legacy service which has this (assumed)interface: 9 String groupIds[] authenticate(userid, password);9 * String groupIds[] authenticate(userid, password); 10 10 11 11