Web API Reference | MapGuide Open Source |
Inherits MgGuardDisposable.
Public Member Functions | |
STRING | CreateSession () |
Creates a session repository for the current user. | |
void | DestroySession (CREFSTRING session) |
Destroys the specified session and discards any resources stored in the session repository. | |
MgByteReader * | EnumerateGroups (CREFSTRING user) |
Gets the list of group memberships for a user. | |
MgByteReader * | EnumerateGroups () |
Gets a list of available groups. | |
MgStringCollection * | EnumerateRoles (CREFSTRING user) |
Gets a list of roles for a user. | |
MgByteReader * | EnumerateUsers (CREFSTRING group) |
Gets a list of users. | |
STRING | GetCurrentSession () |
Gets the current session identifier. | |
STRING | GetUserForSession () |
Gets the user for the current session identifier. An exception will be thrown if the session is invalid or does not exist. |