类 OAuth2UiProperties

java.lang.Object
cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties

@ConfigurationProperties(prefix="herodotus.oauth2.ui") public class OAuth2UiProperties extends Object

Description: OAuth2 界面配置属性

作者:
: gengwei.zheng
Date:
: 2022/3/22 10:56
  • 构造器详细资料

    • OAuth2UiProperties

      public OAuth2UiProperties()
  • 方法详细资料

    • getUsernameParameter

      public String getUsernameParameter()
    • setUsernameParameter

      public void setUsernameParameter(String usernameParameter)
    • getPasswordParameter

      public String getPasswordParameter()
    • setPasswordParameter

      public void setPasswordParameter(String passwordParameter)
    • getRememberMeParameter

      public String getRememberMeParameter()
    • setRememberMeParameter

      public void setRememberMeParameter(String rememberMeParameter)
    • getLoginPageUrl

      public String getLoginPageUrl()
    • setLoginPageUrl

      public void setLoginPageUrl(String loginPageUrl)
    • getFailureForwardUrl

      public String getFailureForwardUrl()
    • setFailureForwardUrl

      public void setFailureForwardUrl(String failureForwardUrl)
    • getSuccessForwardUrl

      public String getSuccessForwardUrl()
    • setSuccessForwardUrl

      public void setSuccessForwardUrl(String successForwardUrl)
    • getCloseCaptcha

      public Boolean getCloseCaptcha()
    • setCloseCaptcha

      public void setCloseCaptcha(Boolean closeCaptcha)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCaptchaParameter

      public String getCaptchaParameter()
    • setCaptchaParameter

      public void setCaptchaParameter(String captchaParameter)
    • getLoginProcessingUrl

      public String getLoginProcessingUrl()
    • setLoginProcessingUrl

      public void setLoginProcessingUrl(String loginProcessingUrl)
    • getFailureUrl

      public String getFailureUrl()
    • setFailureUrl

      public void setFailureUrl(String failureUrl)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object