Changes between Version 4 and Version 5 of MapGuideRfc20


Ignore:
Timestamp:
May 7, 2007, 10:20:41 AM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc20

    v4 v5  
    2323== Overview ==
    2424
    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.
     25This 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.
    2626
    2727== Motivation ==
     
    3434Expose the API:
    3535
    36 STRING MgUserInformation::GetUserName()
     36STRING !MgUserInformation::!GetUserName()
    3737
    38 MgByteReader* MgSite::EnumerateGroups( CREFSTRING user, CREFSTRING role );
     38MgByteReader* !MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role );
    3939MgStringCollection* MgSite::EnumerateRoles( CREFSTRING user, CREFSTRING group );
    4040