Show / Hide Table of Contents

Class AbpClaimsService

Inheritance
object
AbpClaimsService
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AbpClaimsService : DefaultClaimsService

Constructors

AbpClaimsService(IProfileService, ILogger<DefaultClaimsService>, IOptions<AbpClaimsServiceOptions>)

Declaration
public AbpClaimsService(IProfileService profile, ILogger<DefaultClaimsService> logger, IOptions<AbpClaimsServiceOptions> options)
Parameters
Type Name Description
IProfileService profile
ILogger<DefaultClaimsService> logger
IOptions<AbpClaimsServiceOptions> options

Fields

Options

Declaration
protected readonly AbpClaimsServiceOptions Options
Field Value
Type Description
AbpClaimsServiceOptions

Methods

FilterRequestedClaimTypes(IEnumerable<string>)

Declaration
protected override IEnumerable<string> FilterRequestedClaimTypes(IEnumerable<string> claimTypes)
Parameters
Type Name Description
IEnumerable<string> claimTypes
Returns
Type Description
IEnumerable<string>

GetAdditionalOptionalClaims(ClaimsPrincipal)

Declaration
protected virtual IEnumerable<Claim> GetAdditionalOptionalClaims(ClaimsPrincipal subject)
Parameters
Type Name Description
ClaimsPrincipal subject
Returns
Type Description
IEnumerable<Claim>

GetOptionalClaims(ClaimsPrincipal)

Declaration
protected override IEnumerable<Claim> GetOptionalClaims(ClaimsPrincipal subject)
Parameters
Type Name Description
ClaimsPrincipal subject
Returns
Type Description
IEnumerable<Claim>

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