| GetUserLoginByNameAsync(string) |
Retrieves a user login by the provided username. Returns null if the login could not be found.
|
| VerifyPassword(IUserLogin, string) |
Checks if the given password is valid for the user login object.
|
| GetUserLoginByExternalIdentityAsync(string, string) |
Retrieves a user login by the provided external login issuer and subject. Returns null if the external login could not be found.
|
| GetAllUserLoginsAsync() |
|
| GetUserLoginsByUserIdAsync(string) |
|
| GetUserProfileByIdAsync(string) |
|
| GetUserProfilesByIdAsync(IEnumerable<string>) |
|
| GetAllUserProfilesAsync(bool, bool) |
|
| CreateUserAsync(string) |
|
| AddUserToGroupsAsync(string, IEnumerable<string>) |
|
| RemoveUserFromGroupsAsync(string, IEnumerable<string>) |
|
| DeactivateUserAsync(string) |
|
| ReactivateUserAsync(string) |
|
| SetUserPasswordAsync(string, string) |
|
| DeleteUserLoginAsync(string) |
|
| RecordLoginAttemptAsync(string, LoginAttemptResult, IPAddress, string, bool) |
|
| ChangeUserNameAsync(string, string) |
|
| SetUserProfileClaimsAsync(string, IDictionary<string, string>) |
|
| SetExternalIdentityAsync(string, string, string) |
|
| DeleteUserAsync(string) |
|
| GetUserGroupByIdAsync(string) |
|
| GetUserGroupByNameAsync(string) |
|
| GetAllUserGroupsAsync(bool) |
|
| CreateUserGroupAsync(string) |
|
| ChangeUserGroupNameAsync(string, string) |
|
| DeleteUserGroupAsync(string) |
|