Class IdentitySettingManagementComponent
Inheritance
IdentitySettingManagementComponent
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class IdentitySettingManagementComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
IdentitySettingManagementComponent()
Declaration
public IdentitySettingManagementComponent()
Fields
IdentityLdapSettingsValidations
Declaration
protected Validations IdentityLdapSettingsValidations
Field Value
Type |
Description |
Validations |
|
IdentityOAuthSettingsValidations
Declaration
protected Validations IdentityOAuthSettingsValidations
Field Value
Type |
Description |
Validations |
|
IdentitySettingValidation
Declaration
protected Validations IdentitySettingValidation
Field Value
Type |
Description |
Validations |
|
SelectedTab
Declaration
protected string SelectedTab
Field Value
Settings
Declaration
protected IdentitySettingViewModel Settings
Field Value
Properties
FeatureChecker
Declaration
[Inject]
protected IFeatureChecker FeatureChecker { get; set; }
Property Value
IdentitySettingsAppService
Declaration
[Inject]
protected IIdentitySettingsAppService IdentitySettingsAppService { get; set; }
Property Value
L
Declaration
[Inject]
protected IStringLocalizer<IdentityResource> L { get; set; }
Property Value
LdapLocalizer
Declaration
[Inject]
protected IStringLocalizer<LdapResource> LdapLocalizer { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdateLdapSettings()
Declaration
protected virtual Task UpdateLdapSettings()
Returns
UpdateOAuthSettings()
Declaration
protected virtual Task UpdateOAuthSettings()
Returns
UpdateSessionsSettings()
Declaration
protected virtual Task UpdateSessionsSettings()
Returns
UpdateSettingsAsync()
Declaration
protected virtual Task UpdateSettingsAsync()
Returns
Implements
Extension Methods