Class AbpAbpLdapOptionsFactory
Inheritance
System.Object
AbpAbpLdapOptionsFactory
Assembly: Volo.Abp.Ldap.dll
Syntax
public class AbpAbpLdapOptionsFactory : AbpOptionsFactory<AbpLdapOptions>
Constructors
AbpAbpLdapOptionsFactory(IEnumerable<IConfigureOptions<AbpLdapOptions>>, IEnumerable<IPostConfigureOptions<AbpLdapOptions>>, ISettingProvider)
Declaration
public AbpAbpLdapOptionsFactory(IEnumerable<IConfigureOptions<AbpLdapOptions>> setups, IEnumerable<IPostConfigureOptions<AbpLdapOptions>> postConfigures, ISettingProvider settingProvider)
Parameters
Properties
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
Methods
Create(String)
Declaration
public override AbpLdapOptions Create(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetSettingOrDefaultValue(String, String)
Declaration
protected virtual Task<string> GetSettingOrDefaultValue(string name, string defaultValue)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
defaultValue |
|
Returns
Type |
Description |
Task<System.String> |
|
OverrideOptionsAsync(AbpLdapOptions)
Declaration
protected virtual Task OverrideOptionsAsync(AbpLdapOptions options)
Parameters
Returns
Extension Methods