Show / Hide Table of Contents

Class IdentitySettingsAppService

Inheritance
object
IdentityAppServiceBase
IdentitySettingsAppService
Implements
IIdentitySettingsAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity
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
Type Name Description
ISettingManager settingManager
IOptions<IdentityOptions> identityOptions

Properties

IdentityOptions

Declaration
protected IOptions<IdentityOptions> IdentityOptions { get; }
Property Value
Type Description
IOptions<IdentityOptions>

SettingManager

Declaration
protected ISettingManager SettingManager { get; }
Property Value
Type Description
ISettingManager

Methods

GetAsync()

Declaration
public virtual Task<IdentitySettingsDto> GetAsync()
Returns
Type Description
Task<IdentitySettingsDto>

GetLdapAsync()

Declaration
public virtual Task<IdentityLdapSettingsDto> GetLdapAsync()
Returns
Type Description
Task<IdentityLdapSettingsDto>

GetOAuthAsync()

Declaration
public virtual Task<IdentityOAuthSettingsDto> GetOAuthAsync()
Returns
Type Description
Task<IdentityOAuthSettingsDto>

UpdateAsync(IdentitySettingsDto)

Declaration
public virtual Task UpdateAsync(IdentitySettingsDto input)
Parameters
Type Name Description
IdentitySettingsDto input
Returns
Type Description
Task

UpdateLdapAsync(IdentityLdapSettingsDto)

Declaration
public virtual Task UpdateLdapAsync(IdentityLdapSettingsDto input)
Parameters
Type Name Description
IdentityLdapSettingsDto input
Returns
Type Description
Task

UpdateOAuthAsync(IdentityOAuthSettingsDto)

Declaration
public virtual Task UpdateOAuthAsync(IdentityOAuthSettingsDto input)
Parameters
Type Name Description
IdentityOAuthSettingsDto input
Returns
Type Description
Task

Implements

IIdentitySettingsAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft