Show / Hide Table of Contents

Class AccountExternalProviderOptionsManager<TOptions>

Inheritance
object
OptionsManager<TOptions>
AbpDynamicOptionsManager<TOptions>
AccountExternalProviderOptionsManager<TOptions>
Implements
IOptionsSnapshot<TOptions>
IOptions<TOptions>
IOptionsMonitor<TOptions>
Inherited Members
AbpDynamicOptionsManager<TOptions>.SetAsync()
AbpDynamicOptionsManager<TOptions>.SetAsync(string)
OptionsManager<TOptions>.Get(string)
OptionsManager<TOptions>.Value
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountExternalProviderOptionsManager<TOptions> : AbpDynamicOptionsManager<TOptions>, IOptionsSnapshot<TOptions>, IOptions<TOptions>, IOptionsMonitor<TOptions> where TOptions : class, new()
Type Parameters
Name Description
TOptions

Constructors

AccountExternalProviderOptionsManager(IOptionsFactory<TOptions>, IAccountExternalProviderAppService, IStringEncryptionService, ITenantConfigurationProvider, IEnumerable<IPostConfigureAccountExternalProviderOptions<TOptions>>)

Declaration
public AccountExternalProviderOptionsManager(IOptionsFactory<TOptions> factory, IAccountExternalProviderAppService accountExternalProviderAppService, IStringEncryptionService stringEncryptionService, ITenantConfigurationProvider tenantConfigurationProvider, IEnumerable<IPostConfigureAccountExternalProviderOptions<TOptions>> postConfigures)
Parameters
Type Name Description
IOptionsFactory<TOptions> factory
IAccountExternalProviderAppService accountExternalProviderAppService
IStringEncryptionService stringEncryptionService
ITenantConfigurationProvider tenantConfigurationProvider
IEnumerable<IPostConfigureAccountExternalProviderOptions<TOptions>> postConfigures

Properties

AccountExternalProviderAppService

Declaration
protected IAccountExternalProviderAppService AccountExternalProviderAppService { get; }
Property Value
Type Description
IAccountExternalProviderAppService

CurrentValue

Declaration
public TOptions CurrentValue { get; }
Property Value
Type Description
TOptions

Logger

Declaration
public ILogger<AccountExternalProviderOptionsManager<TOptions>> Logger { get; set; }
Property Value
Type Description
ILogger<AccountExternalProviderOptionsManager<TOptions>>

PostConfigures

Declaration
protected IEnumerable<IPostConfigureAccountExternalProviderOptions<TOptions>> PostConfigures { get; }
Property Value
Type Description
IEnumerable<IPostConfigureAccountExternalProviderOptions<TOptions>>

StringEncryptionService

Declaration
protected IStringEncryptionService StringEncryptionService { get; }
Property Value
Type Description
IStringEncryptionService

TenantConfigurationProvider

Declaration
protected ITenantConfigurationProvider TenantConfigurationProvider { get; }
Property Value
Type Description
ITenantConfigurationProvider

Methods

OnChange(Action<TOptions, string>)

Declaration
public IDisposable OnChange(Action<TOptions, string> listener)
Parameters
Type Name Description
Action<TOptions, string> listener
Returns
Type Description
IDisposable

OverrideOptionsAsync(string, TOptions)

Declaration
protected override Task OverrideOptionsAsync(string name, TOptions options)
Parameters
Type Name Description
string name
TOptions options
Returns
Type Description
Task
Overrides
AbpDynamicOptionsManager<TOptions>.OverrideOptionsAsync(string, TOptions)

Implements

IOptionsSnapshot<TOptions>
IOptions<TOptions>
IOptionsMonitor<TOptions>

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