类 ApplicationBrandingConfigInputDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.ApplicationBrandingConfigInputDto
-
public class ApplicationBrandingConfigInputDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classApplicationBrandingConfigInputDto.DefaultLanguage展示的默认语言: - `zh-CN`: 简体中文 - `zh-TW`: 繁体中文 - `en-US`: 英文 - `ja-JP`: 日语 默认情况下,Authing 登录页会根据用户浏览器语言自动渲染。static classApplicationBrandingConfigInputDto.GuardVersionGuard 版本: - `Advanced`: 高级版 - `Classical`: 经典版
-
构造器概要
构造器 构造器 说明 ApplicationBrandingConfigInputDto()
-
方法概要
-
-
-
方法详细资料
-
getCustomCSSEnabled
public Boolean getCustomCSSEnabled()
-
setCustomCSSEnabled
public void setCustomCSSEnabled(Boolean customCSSEnabled)
-
getCustomCSS
public String getCustomCSS()
-
setCustomCSS
public void setCustomCSS(String customCSS)
-
getGuardVersion
public ApplicationBrandingConfigInputDto.GuardVersion getGuardVersion()
-
setGuardVersion
public void setGuardVersion(ApplicationBrandingConfigInputDto.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 ApplicationBrandingConfigInputDto.DefaultLanguage getDefaultLanguage()
-
setDefaultLanguage
public void setDefaultLanguage(ApplicationBrandingConfigInputDto.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)
-
-