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