The following tables list the members exposed by IManageService.
Name | Description | |
---|---|---|
![]() | AddUsersToRole | Add users to the specified roles. |
![]() | ChangePassword | Change a user password. |
![]() | CreateRole | Creates a new role. |
![]() | CreateUser | Creates a new user. |
![]() | DeleteRole | Delete a specific role. |
![]() | DeleteUser | Delete a specific user. |
![]() | GetAllRoles | Retrieves all roles defined by the server. |
![]() | GetAllUsers | Retrieves all users names stored in the server. |
![]() | GetRolesForUser | Get the roles which a user is a member of. |
![]() | GetRolesPatientsPermissions | Retrieves the permissions to access patients information for a role. |
![]() | GetUserCacheExpirationDuration | Retrieve the time specified for the user cache items to be expired. |
![]() | GetUsersInRole | Retrieves all users which are members in the specified role. |
![]() | IsUserInRole | check whether a user is a member of specific role. |
![]() | RemoveUsersFromRoles | Remove a group of users from a group of roles. |
![]() | ResetPassword | Reset a user password into a new password. |
![]() | RoleExists | Check if a role defiened by the server. |
![]() | SetRolesPatientsPermissions | Update the roles permissions for accessing patients information. |
![]() | SetUserCacheExpirationDuration | Update the time the cache items will be expired for a user. |
![]() | ValidateUser | Check if the user name and password are valid. |