Click or drag to resize

UserManagementService Class

Enables user authentication and password update, and provides access to related information such as security groups which control the functions that can be accessed by a My BackPack user.
Inheritance Hierarchy
SystemObject
  BaseServiceBO
    UserManagementServiceBO
      (Default Namespace)UserManagementService

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class UserManagementService : UserManagementServiceBO

The UserManagementService type exposes the following members.

Methods
  NameDescription
Public methodauthenticateUser Obsolete.
Use the authenticateUserExt method in UserManagementService instead.
Public methodauthenticateUserExt
Verify another user's login credentials.
Public methodcheckAuthorizationKey
Checks if the authorization key is still valid.
Public methodgetGroups
Gets all SeniorSystems security groups.
Public methodgetPasswordErrorMessageText
Returns the text defined to represent all password rules.
Public methodgetUserGroups
Gets the SeniorSystems security groups assigned to a specific user.
Public methodlogin Obsolete.
Use the loginExt method in UserManagementService instead.
Public methodCode exampleloginExt
Log in with the specified user name.
Public methodlogout
Logs the user associated with the specified authentication key out.
Public methodrenewToken
Renews an authentication token.
Public methodupdatePassword Obsolete.
Use the updatePasswordExt method in UserManagementService instead.
Public methodupdatePasswordExt
Updates the password for the user attached to an Authentication Key.
Public methodupdateUserPassword Obsolete.
Use the updateUserPasswordExt method in UserManagementService instead.
Public methodupdateUserPasswordExt
Updates another user's password.
Top
See Also