ArcObjects Library Reference (Server)  

IUserStore Interface

An interface to access the user repository.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddUser Add a new user to the user store.
Method DeleteUser Deletes a user account from the user store.
Method GetAllUsers Returns a maxCount of users from the user store that match a particular filter.
Method GetAllUsersPaged Returns a pageSize of users from the user store from the startIndex.
Method GetTotalUsers Returns the total number of users in the user store.
Method GetUser Returns a user account from the user store.
Method Initialize Connects to a user store.
Method IsReadOnly Tests the connection to the user store.
Method TestConnection Tests the connection to the user store.
Method UpdateUser Updates a user account in the user store.
Method ValidateUser Validates the credentials of the user against the user store.