Class AbpProfileService
Inheritance
System.Object
AbpProfileService
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AbpProfileService : ProfileService<IdentityUser>
Constructors
AbpProfileService(IdentityUserManager, IUserClaimsPrincipalFactory<IdentityUser>, ICurrentTenant)
Declaration
public AbpProfileService(IdentityUserManager userManager, IUserClaimsPrincipalFactory<IdentityUser> claimsFactory, ICurrentTenant currentTenant)
Parameters
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
| Type |
Description |
| ICurrentTenant |
|
Methods
GetProfileDataAsync(ProfileDataRequestContext)
Declaration
public override Task GetProfileDataAsync(ProfileDataRequestContext context)
Parameters
| Type |
Name |
Description |
| ProfileDataRequestContext |
context |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
IsActiveAsync(IsActiveContext)
Declaration
public override Task IsActiveAsync(IsActiveContext context)
Parameters
| Type |
Name |
Description |
| IsActiveContext |
context |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods