类 ApplicationBrandingConfig
- java.lang.Object
-
- cn.authing.sdk.java.dto.ApplicationBrandingConfig
-
public class ApplicationBrandingConfig extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classApplicationBrandingConfig.DefaultLanguage默认语言: - `zh-CN`: 简体中文 - `zh-TW`: 繁体中文 - `en-US`: 英文 - `ja-JP`: 日语static classApplicationBrandingConfig.GuardVersionGuard 版本: - `Advanced`: 高级版 - `Classical`: 经典版
-
构造器概要
构造器 构造器 说明 ApplicationBrandingConfig()
-
方法概要
-
-
-
方法详细资料
-
getCustomCSSEnabled
public Boolean getCustomCSSEnabled()
-
setCustomCSSEnabled
public void setCustomCSSEnabled(Boolean customCSSEnabled)
-
getCustomCSS
public String getCustomCSS()
-
setCustomCSS
public void setCustomCSS(String customCSS)
-
getGuardVersion
public ApplicationBrandingConfig.GuardVersion getGuardVersion()
-
setGuardVersion
public void setGuardVersion(ApplicationBrandingConfig.GuardVersion guardVersion)
-
getCustomLoadingImage
public String getCustomLoadingImage()
-
setCustomLoadingImage
public void setCustomLoadingImage(String customLoadingImage)
-
getCustomBackground
public String getCustomBackground()
-
setCustomBackground
public void setCustomBackground(String customBackground)
-
getShowChangeLanguageButton
public Boolean getShowChangeLanguageButton()
-
setShowChangeLanguageButton
public void setShowChangeLanguageButton(Boolean showChangeLanguageButton)
-
getDefaultLanguage
public ApplicationBrandingConfig.DefaultLanguage getDefaultLanguage()
-
setDefaultLanguage
public void setDefaultLanguage(ApplicationBrandingConfig.DefaultLanguage defaultLanguage)
-
getShowForgetPasswordButton
public Boolean getShowForgetPasswordButton()
-
setShowForgetPasswordButton
public void setShowForgetPasswordButton(Boolean showForgetPasswordButton)
-
getShowEnterpriseConnections
public Boolean getShowEnterpriseConnections()
-
setShowEnterpriseConnections
public void setShowEnterpriseConnections(Boolean showEnterpriseConnections)
-
getShowSocialConnections
public Boolean getShowSocialConnections()
-
setShowSocialConnections
public void setShowSocialConnections(Boolean showSocialConnections)
-
getShowAgreement
public Boolean getShowAgreement()
-
setShowAgreement
public void setShowAgreement(Boolean showAgreement)
-
getAgreements
public List<ApplicationAgreementDto> getAgreements()
-
setAgreements
public void setAgreements(List<ApplicationAgreementDto> agreements)
-
-