Show / Hide Table of Contents

Class IdentityResourcesClientProxy

Inheritance
object
ClientProxyBase<IIdentityResourceAppService>
IdentityResourcesClientProxy
Implements
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
ClientProxyBase<IIdentityResourceAppService>.RequestAsync(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityResourceAppService>.RequestAsync<T>(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityResourceAppService>.BuildHttpProxyClientProxyContext(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityResourceAppService>.RequestAsync<T>(ClientProxyRequestContext)
ClientProxyBase<IIdentityResourceAppService>.RequestAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityResourceAppService>.GetApiVersionInfoAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityResourceAppService>.GetUrlWithParametersAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IIdentityResourceAppService>.GetHttpContentAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IIdentityResourceAppService>.FindBestApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityResourceAppService>.GetConfiguredApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityResourceAppService>.ThrowExceptionForResponseAsync(HttpResponseMessage)
ClientProxyBase<IIdentityResourceAppService>.AddHeaders(IReadOnlyDictionary<string, object>, ActionApiDescriptionModel, HttpRequestMessage, ApiVersionInfo)
ClientProxyBase<IIdentityResourceAppService>.RemoveQuotes(StringSegment)
ClientProxyBase<IIdentityResourceAppService>.GetCancellationToken(IReadOnlyDictionary<string, object>)
ClientProxyBase<IIdentityResourceAppService>.LazyServiceProvider
ClientProxyBase<IIdentityResourceAppService>.ClientProxyApiDescriptionFinder
ClientProxyBase<IIdentityResourceAppService>.CancellationTokenProvider
ClientProxyBase<IIdentityResourceAppService>.CorrelationIdProvider
ClientProxyBase<IIdentityResourceAppService>.CurrentTenant
ClientProxyBase<IIdentityResourceAppService>.AbpCorrelationIdOptions
ClientProxyBase<IIdentityResourceAppService>.HttpClientFactory
ClientProxyBase<IIdentityResourceAppService>.RemoteServiceConfigurationProvider
ClientProxyBase<IIdentityResourceAppService>.ClientOptions
ClientProxyBase<IIdentityResourceAppService>.JsonSerializer
ClientProxyBase<IIdentityResourceAppService>.ClientAuthenticator
ClientProxyBase<IIdentityResourceAppService>.ClientProxyRequestPayloadBuilder
ClientProxyBase<IIdentityResourceAppService>.ClientProxyUrlBuilder
ClientProxyBase<IIdentityResourceAppService>.CurrentApiVersionInfo
ClientProxyBase<IIdentityResourceAppService>.LocalEventBus
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IIdentityResourceAppService), typeof(IdentityResourcesClientProxy) })]
public class IdentityResourcesClientProxy : ClientProxyBase<IIdentityResourceAppService>, 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

IdentityResourcesClientProxy()

Declaration
public IdentityResourcesClientProxy()

Methods

CreateAsync(CreateIdentityResourceDto)

Declaration
public virtual Task<IdentityResourceWithDetailsDto> CreateAsync(CreateIdentityResourceDto input)
Parameters
Type Name Description
CreateIdentityResourceDto input
Returns
Type Description
Task<IdentityResourceWithDetailsDto>

CreateStandardResourcesAsync()

Declaration
public virtual Task CreateStandardResourcesAsync()
Returns
Type Description
Task

DeleteAsync(Guid)

Declaration
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
public virtual Task<IdentityResourceWithDetailsDto> UpdateAsync(Guid id, UpdateIdentityResourceDto input)
Parameters
Type Name Description
Guid id
UpdateIdentityResourceDto input
Returns
Type Description
Task<IdentityResourceWithDetailsDto>

Implements

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