|
MapGuide API Reference
|
The Site Service contains one class, MgSite. More...
Inheritance diagram for MgSite: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 () |
| Gets a list of available groups. | |
| MgByteReader * | EnumerateGroups (CREFSTRING user) |
| Gets the list of group memberships for a user. | |
| 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. | |
| INT32 | GetSessionTimeout () |
| Gets the session time out value. | |
| STRING | GetUserForSession () |
| Gets the user for the current session identifier. An exception will be thrown if the session is invalid or does not exist. | |