Changes between Initial Version and Version 1 of SecurityIntegration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityIntegration

    v1 v1  
     1Considerig the weapps:
     2 * gn-legacy
     3 * gn-ebrim
     4
     5Gn-legacy will offer this webservice interface to gn-ebrim:
     6Long isoIds[] getIsoIds(userid, password);
     7
     8This webservice will use in its implementation the existing gn-legacy service which has this (assumed)interface:
     9String groupIds[] authenticate(userid, password);
     10
     11
     12
     13