This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUserStore Interface (ArcObjects .NET 10.4 SDK) |
An interface to access the user repository.
Description | ||
---|---|---|
AddUser | Add a new user to the user store. | |
DeleteUser | Deletes a user account from the user store. | |
GetAllUsers | Returns a maxCount of users from the user store that match a particular filter. | |
GetAllUsersPaged | Returns a pageSize of users from the user store from the startIndex. | |
GetTotalUsers | Returns the total number of users in the user store. | |
GetUser | Returns a user account from the user store. | |
Initialize | Connects to a user store. | |
IsReadOnly | Tests the connection to the user store. | |
TestConnection | Tests the connection to the user store. | |
UpdateUser | Updates a user account in the user store. | |
ValidateUser | Validates the credentials of the user against the user store. |