Class IdentitySettingsAppService
Inheritance
IdentitySettingsAppService
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
[Authorize("AbpIdentity.SettingManagement")]
public class IdentitySettingsAppService : IdentityAppServiceBase, IIdentitySettingsAppService, IApplicationService, IRemoteService
Constructors
IdentitySettingsAppService(ISettingManager, IOptions<IdentityOptions>)
Declaration
public IdentitySettingsAppService(ISettingManager settingManager, IOptions<IdentityOptions> identityOptions)
Parameters
Properties
IdentityOptions
Declaration
protected IOptions<IdentityOptions> IdentityOptions { get; }
Property Value
SettingManager
Declaration
protected ISettingManager SettingManager { get; }
Property Value
Type |
Description |
ISettingManager |
|
Methods
GetAsync()
Declaration
public virtual Task<IdentitySettingsDto> GetAsync()
Returns
GetLdapAsync()
Declaration
public virtual Task<IdentityLdapSettingsDto> GetLdapAsync()
Returns
GetOAuthAsync()
Declaration
public virtual Task<IdentityOAuthSettingsDto> GetOAuthAsync()
Returns
UpdateAsync(IdentitySettingsDto)
Declaration
public virtual Task UpdateAsync(IdentitySettingsDto input)
Parameters
Returns
UpdateLdapAsync(IdentityLdapSettingsDto)
Declaration
public virtual Task UpdateLdapAsync(IdentityLdapSettingsDto input)
Parameters
Returns
UpdateOAuthAsync(IdentityOAuthSettingsDto)
Declaration
public virtual Task UpdateOAuthAsync(IdentityOAuthSettingsDto input)
Parameters
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService