Changes between Version 4 and Version 5 of MapGuideRfc20
- Timestamp:
- 05/07/07 10:20:41 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc20
v4 v5 23 23 == Overview == 24 24 25 This RFC exposes existing functionality within !MapGuide to allow the MapGuide session identifier to be used to obtain userid, group, and role information for the user associated with the session identifier.25 This RFC exposes existing functionality within !MapGuide to allow the !MapGuide session identifier to be used to obtain userid, group, and role information for the user associated with the session identifier. 26 26 27 27 == Motivation == … … 34 34 Expose the API: 35 35 36 STRING MgUserInformation::GetUserName()36 STRING !MgUserInformation::!GetUserName() 37 37 38 MgByteReader* MgSite::EnumerateGroups( CREFSTRING user, CREFSTRING role );38 MgByteReader* !MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role ); 39 39 MgStringCollection* MgSite::EnumerateRoles( CREFSTRING user, CREFSTRING group ); 40 40