- Namespace:
- Redakt.IdentityStore
- Assembly:
- Redakt.IdentityStore.dll
This type contains the following members.
public class RedaktIdentityStore: IIdentityStore
- Inheritance:
- ObjectRedaktIdentityStore
- Implements:
- IIdentityStore
Constructors
Properties
Methods
| GetUserProfileByIdAsync(string) |
|
| GetUserProfilesByIdAsync(IEnumerable<string>) |
|
| GetUserLoginByNameAsync(string) |
|
| GetUserLoginsByUserIdAsync(string) |
|
| GetAllUserLoginsAsync() |
|
| VerifyPassword(IUserLogin, string) |
|
| GetUserGroupByIdAsync(string) |
|
| GetUserGroupByNameAsync(string) |
|
| GetUserLoginByExternalIdentityAsync(string, string) |
|
| GetAllUserProfilesAsync(bool, bool) |
|
| GetAllUserGroupsAsync(bool) |
|
| RecordLoginAttemptAsync(string, LoginAttemptResult, IPAddress, string, bool) |
|
| CreateUserAsync(string) |
|
| AddUserToGroupsAsync(string, IEnumerable<string>) |
|
| RemoveUserFromGroupsAsync(string, IEnumerable<string>) |
|
| ChangeUserNameAsync(string, string) |
|
| DeactivateUserAsync(string) |
|
| ReactivateUserAsync(string) |
|
| SetUserPasswordAsync(string, string) |
|
| DeleteUserLoginAsync(string) |
|
| SetUserProfileClaimsAsync(string, IDictionary<string, string>) |
|
| SetExternalIdentityAsync(string, string, string) |
|
| DeleteUserAsync(string) |
|
| CreateUserGroupAsync(string) |
|
| ChangeUserGroupNameAsync(string, string) |
|
| DeleteUserGroupAsync(string) |
|