Interface IIdentityRoleAppService
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
GetAllListAsync()
Declaration
Task<ListResultDto<IdentityRoleDto>> GetAllListAsync()
Returns
GetClaimsAsync(Guid)
Declaration
Task<List<IdentityRoleClaimDto>> GetClaimsAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
MoveAllUsersAsync(Guid, Guid?)
Declaration
Task MoveAllUsersAsync(Guid id, Guid? targetRoleId)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Guid? |
targetRoleId |
|
Returns
UpdateClaimsAsync(Guid, List<IdentityRoleClaimDto>)
Declaration
Task UpdateClaimsAsync(Guid id, List<IdentityRoleClaimDto> input)
Parameters
Returns