Changes between Version 1 and Version 2 of SecurityIntegration


Ignore:
Timestamp:
Mar 21, 2009, 4:36:25 AM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityIntegration

    v1 v2  
    44
    55Gn-legacy will offer this webservice interface to gn-ebrim:
    6 Long isoIds[] getIsoIds(userid, password);
     6 * Long isoIds[] getIsoIds(userid, password);
    77
    88This 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);
    1010
    1111