Show / Hide Table of Contents

Interface IIdentityRoleAppService

Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentityRoleAppService : ICrudAppService<IdentityRoleDto, Guid, GetIdentityRoleListInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>, ICrudAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRoleListInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>, IReadOnlyAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRoleListInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<IdentityRoleDto, Guid, IdentityRoleCreateDto, IdentityRoleUpdateDto>, ICreateAppService<IdentityRoleDto, IdentityRoleCreateDto>, IUpdateAppService<IdentityRoleDto, Guid, IdentityRoleUpdateDto>, IDeleteAppService<Guid>

Methods

GetAllClaimTypesAsync()

Declaration
Task<List<ClaimTypeDto>> GetAllClaimTypesAsync()
Returns
Type Description
Task<List<ClaimTypeDto>>

GetAllListAsync()

Declaration
Task<ListResultDto<IdentityRoleDto>> GetAllListAsync()
Returns
Type Description
Task<ListResultDto<IdentityRoleDto>>

GetClaimsAsync(Guid)

Declaration
Task<List<IdentityRoleClaimDto>> GetClaimsAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<List<IdentityRoleClaimDto>>

MoveAllUsersAsync(Guid, Guid?)

Declaration
Task MoveAllUsersAsync(Guid id, Guid? targetRoleId)
Parameters
Type Name Description
Guid id
Guid? targetRoleId
Returns
Type Description
Task

UpdateClaimsAsync(Guid, List<IdentityRoleClaimDto>)

Declaration
Task UpdateClaimsAsync(Guid id, List<IdentityRoleClaimDto> input)
Parameters
Type Name Description
Guid id
List<IdentityRoleClaimDto> input
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft