Show / Hide Table of Contents

Class IdentityResourceAppService

Inheritance
object
ApplicationService
IdentityServerAppServiceBase
IdentityResourceAppService
Implements
IAvoidDuplicateCrossCuttingConcerns
IValidationEnabled
IUnitOfWorkEnabled
IAuditingEnabled
IGlobalFeatureCheckingEnabled
ITransientDependency
IIdentityResourceAppService
ICrudAppService<IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>
ICrudAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>
IReadOnlyAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput>
ICreateUpdateAppService<IdentityResourceWithDetailsDto, Guid, CreateIdentityResourceDto, UpdateIdentityResourceDto>
ICreateAppService<IdentityResourceWithDetailsDto, CreateIdentityResourceDto>
IUpdateAppService<IdentityResourceWithDetailsDto, Guid, UpdateIdentityResourceDto>
IDeleteAppService<Guid>
IApplicationService
IRemoteService
Inherited Members
ApplicationService.CheckPolicyAsync(string)
ApplicationService.CreateLocalizer()
ApplicationService.LazyServiceProvider
ApplicationService.ServiceProvider
ApplicationService.CommonPostfixes
ApplicationService.AppliedCrossCuttingConcerns
ApplicationService.UnitOfWorkManager
ApplicationService.AsyncExecuter
ApplicationService.ObjectMapperContext
ApplicationService.ObjectMapper
ApplicationService.GuidGenerator
ApplicationService.LoggerFactory
ApplicationService.CurrentTenant
ApplicationService.DataFilter
ApplicationService.CurrentUser
ApplicationService.SettingProvider
ApplicationService.Clock
ApplicationService.AuthorizationService
ApplicationService.FeatureChecker
ApplicationService.StringLocalizerFactory
ApplicationService.L
ApplicationService.LocalizationResource
ApplicationService.CurrentUnitOfWork
ApplicationService.Logger
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.IdentityResource
Assembly: Volo.Abp.IdentityServer.Application.dll
Syntax
[Authorize("IdentityServer.IdentityResource")]
public class IdentityResourceAppService : IdentityServerAppServiceBase, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IIdentityResourceAppService, ICrudAppService<IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>, ICrudAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>, IReadOnlyAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput>, ICreateUpdateAppService<IdentityResourceWithDetailsDto, Guid, CreateIdentityResourceDto, UpdateIdentityResourceDto>, ICreateAppService<IdentityResourceWithDetailsDto, CreateIdentityResourceDto>, IUpdateAppService<IdentityResourceWithDetailsDto, Guid, UpdateIdentityResourceDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService

Constructors

IdentityResourceAppService(IIdentityResourceRepository, IIdentityResourceDataSeeder)

Declaration
public IdentityResourceAppService(IIdentityResourceRepository identityResourceRepository, IIdentityResourceDataSeeder identityResourceDataSeeder)
Parameters
Type Name Description
IIdentityResourceRepository identityResourceRepository
IIdentityResourceDataSeeder identityResourceDataSeeder

Properties

IdentityResourceDataSeeder

Declaration
protected IIdentityResourceDataSeeder IdentityResourceDataSeeder { get; }
Property Value
Type Description
IIdentityResourceDataSeeder

IdentityResourceRepository

Declaration
protected IIdentityResourceRepository IdentityResourceRepository { get; }
Property Value
Type Description
IIdentityResourceRepository

Methods

CreateAsync(CreateIdentityResourceDto)

Declaration
[Authorize("IdentityServer.IdentityResource.Create")]
public virtual Task<IdentityResourceWithDetailsDto> CreateAsync(CreateIdentityResourceDto input)
Parameters
Type Name Description
CreateIdentityResourceDto input
Returns
Type Description
Task<IdentityResourceWithDetailsDto>

CreateStandardResourcesAsync()

Declaration
[Authorize("IdentityServer.IdentityResource.Create")]
public virtual Task CreateStandardResourcesAsync()
Returns
Type Description
Task

DeleteAsync(Guid)

Declaration
[Authorize("IdentityServer.IdentityResource")]
public virtual Task DeleteAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetAllListAsync()

Declaration
public virtual Task<List<IdentityResourceWithDetailsDto>> GetAllListAsync()
Returns
Type Description
Task<List<IdentityResourceWithDetailsDto>>

GetAsync(Guid)

Declaration
public virtual Task<IdentityResourceWithDetailsDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<IdentityResourceWithDetailsDto>

GetListAsync(GetIdentityResourceListInput)

Declaration
public virtual Task<PagedResultDto<IdentityResourceWithDetailsDto>> GetListAsync(GetIdentityResourceListInput input)
Parameters
Type Name Description
GetIdentityResourceListInput input
Returns
Type Description
Task<PagedResultDto<IdentityResourceWithDetailsDto>>

UpdateAsync(Guid, UpdateIdentityResourceDto)

Declaration
[Authorize("IdentityServer.IdentityResource.Update")]
public virtual Task<IdentityResourceWithDetailsDto> UpdateAsync(Guid id, UpdateIdentityResourceDto input)
Parameters
Type Name Description
Guid id
UpdateIdentityResourceDto input
Returns
Type Description
Task<IdentityResourceWithDetailsDto>

UpdateIdentityResourceClaims(UpdateIdentityResourceDto, IdentityResource)

Declaration
protected virtual void UpdateIdentityResourceClaims(UpdateIdentityResourceDto input, IdentityResource identityResource)
Parameters
Type Name Description
UpdateIdentityResourceDto input
IdentityResource identityResource

UpdateIdentityResourceProperties(UpdateIdentityResourceDto, IdentityResource)

Declaration
protected virtual void UpdateIdentityResourceProperties(UpdateIdentityResourceDto input, IdentityResource identityResource)
Parameters
Type Name Description
UpdateIdentityResourceDto input
IdentityResource identityResource

Implements

IAvoidDuplicateCrossCuttingConcerns
IValidationEnabled
IUnitOfWorkEnabled
IAuditingEnabled
IGlobalFeatureCheckingEnabled
ITransientDependency
IIdentityResourceAppService
ICrudAppService<TEntityDto, TKey, TGetListInput, TCreateInput, TUpdateInput>
ICrudAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput, TCreateInput, TUpdateInput>
IReadOnlyAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput>
ICreateUpdateAppService<TGetOutputDto, TKey, TCreateUpdateInput, TUpdateInput>
ICreateAppService<TGetOutputDto, TCreateInput>
IUpdateAppService<TGetOutputDto, TKey, TUpdateInput>
IDeleteAppService<TKey>
IApplicationService
IRemoteService

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform