An interface to access the user repository.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |