UserManagementService Class |
Namespace: (Default Namespace)
The UserManagementService type exposes the following members.
| Name | Description | |
|---|---|---|
| authenticateUser | Obsolete.
Use the authenticateUserExt method in UserManagementService instead.
| |
| authenticateUserExt |
Verify another user's login credentials.
| |
| checkAuthorizationKey |
Checks if the authorization key is still valid.
| |
| getGroups |
Gets all SeniorSystems security groups.
| |
| getPasswordErrorMessageText |
Returns the text defined to represent all password rules.
| |
| getUserGroups |
Gets the SeniorSystems security groups assigned to a specific user.
| |
| login | Obsolete.
Use the loginExt method in UserManagementService instead.
| |
| loginExt |
Log in with the specified user name.
| |
| logout |
Logs the user associated with the specified authentication key out.
| |
| renewToken |
Renews an authentication token.
| |
| updatePassword | Obsolete.
Use the updatePasswordExt method in UserManagementService instead.
| |
| updatePasswordExt |
Updates the password for the user attached to an Authentication Key.
| |
| updateUserPassword | Obsolete.
Use the updateUserPasswordExt method in UserManagementService instead.
| |
| updateUserPasswordExt |
Updates another user's password.
|