Show / Hide Table of Contents

Class HttpClientUserRoleFinder

Inheritance
object
HttpClientUserRoleFinder
Implements
IUserRoleFinder
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
public class HttpClientUserRoleFinder : IUserRoleFinder, ITransientDependency

Constructors

HttpClientUserRoleFinder(IIdentityUserAppService, IIdentityUserIntegrationService)

Declaration
public HttpClientUserRoleFinder(IIdentityUserAppService userAppService, IIdentityUserIntegrationService userIntegrationService)
Parameters
Type Name Description
IIdentityUserAppService userAppService
IIdentityUserIntegrationService userIntegrationService

Properties

_userAppService

Declaration
protected IIdentityUserAppService _userAppService { get; }
Property Value
Type Description
IIdentityUserAppService

_userIntegrationService

Declaration
protected IIdentityUserIntegrationService _userIntegrationService { get; }
Property Value
Type Description
IIdentityUserIntegrationService

Methods

GetRoleNamesAsync(Guid)

Declaration
public Task<string[]> GetRoleNamesAsync(Guid userId)
Parameters
Type Name Description
Guid userId
Returns
Type Description
Task<string[]>

GetRolesAsync(Guid)

Declaration
[Obsolete("Use GetRoleNamesAsync instead.")]
public virtual Task<string[]> GetRolesAsync(Guid userId)
Parameters
Type Name Description
Guid userId
Returns
Type Description
Task<string[]>

Implements

Volo.Abp.Identity.IUserRoleFinder
Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft