IAccountService Methods |
The IAccountService type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountInfoQuery |
Gets limited information about the accounts corresponding to query criteria.
| |
| AccountQuery |
Gets the accounts corresponding to query criteria.
| |
| AccountQueryCount | Gets the number of accounts corresponding to filter criteria. | |
| ChangeLocalUserAccountPassword(Guid, String) |
Sets a local user account's password.
| |
| ChangeLocalUserAccountPassword(String, String) |
Changes the password for the caller's account.
| |
| ClearExternalGroupCache | Clears the external group cache for the specified account. | |
| ConvertWindowsAccountToExternalAccount | Converts a Windows user/group account to an external user/group account. | |
| DeleteAccount | Deletes the account with the specified ID. | |
| GetAccount(Guid) |
Gets the account with the specified ID.
| |
| GetAccount(String) |
Gets the account with the specified name.
| |
| GetAccountInfo(Guid) |
Gets limited information about the account with the specified ID.
| |
| GetAccountInfo(String) |
Gets limited information about the account with the specified name.
| |
| GetAccountInfos | Gets limited information about the specified accounts. | |
| GetAccounts |
Retrieves a list of accounts having the specified IDs.
| |
| GetUserData | Gets the user data for the specified account. | |
| IsPasswordComplex |
Determines whether the provided password meets the application's password complexity requirements.
| |
| PromoteVirtualAccount | Promotes a virtual Windows or External account to a regular Windows or External account. | |
| RefreshAccountPropertiesFromActiveDirectory | Refreshes the values of account properties from Active Directory (e.g. email address, display name). | |
| SaveAccount |
Saves the specified account to the underlying storage mechanism.
| |
| UpdateLastLogOnIpAddress |
Update the last log on IP address of an account.
| |
| ValidateAccountProperties | Checks the validity of an account's properties. | |
| WriteUserDataValue | Writes a user data value for the specified account. | |
| WriteUserDataValues | Writes user data values for the specified account. |