public class ApplicationBrandingConfig extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationBrandingConfig.DefaultLanguage
默认语言:
- `zh-CN`: 简体中文
- `zh-TW`: 繁体中文
- `en-US`: 英文
- `ja-JP`: 日语
|
static class |
ApplicationBrandingConfig.GuardVersion
Guard 版本:
- `Advanced`: 高级版
- `Classical`: 经典版
|
| 构造器和说明 |
|---|
ApplicationBrandingConfig() |
public Boolean getCustomCSSEnabled()
public void setCustomCSSEnabled(Boolean customCSSEnabled)
public String getCustomCSS()
public void setCustomCSS(String customCSS)
public ApplicationBrandingConfig.GuardVersion getGuardVersion()
public void setGuardVersion(ApplicationBrandingConfig.GuardVersion guardVersion)
public String getCustomLoadingImage()
public void setCustomLoadingImage(String customLoadingImage)
public String getCustomBackground()
public void setCustomBackground(String customBackground)
public Boolean getShowChangeLanguageButton()
public void setShowChangeLanguageButton(Boolean showChangeLanguageButton)
public ApplicationBrandingConfig.DefaultLanguage getDefaultLanguage()
public void setDefaultLanguage(ApplicationBrandingConfig.DefaultLanguage defaultLanguage)
public Boolean getShowForgetPasswordButton()
public void setShowForgetPasswordButton(Boolean showForgetPasswordButton)
public Boolean getShowEnterpriseConnections()
public void setShowEnterpriseConnections(Boolean showEnterpriseConnections)
public Boolean getShowSocialConnections()
public void setShowSocialConnections(Boolean showSocialConnections)
public Boolean getShowAgreement()
public void setShowAgreement(Boolean showAgreement)
public List<ApplicationAgreementDto> getAgreements()
public void setAgreements(List<ApplicationAgreementDto> agreements)
Copyright © 2022. All rights reserved.