Class OAuth2AuthenticationProperties.FormLogin

java.lang.Object
cn.herodotus.engine.oauth2.authentication.properties.OAuth2AuthenticationProperties.FormLogin
Enclosing class:
OAuth2AuthenticationProperties

public static class OAuth2AuthenticationProperties.FormLogin extends Object
  • Constructor Details

    • FormLogin

      public FormLogin()
  • Method Details

    • getAuthenticationUrl

      public String getAuthenticationUrl()
    • setAuthenticationUrl

      public void setAuthenticationUrl(String authenticationUrl)
    • getCaptchaEnabled

      public Boolean getCaptchaEnabled()
    • setCaptchaEnabled

      public void setCaptchaEnabled(Boolean captchaEnabled)
    • getCaptchaParameter

      public String getCaptchaParameter()
    • setCaptchaParameter

      public void setCaptchaParameter(String captchaParameter)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCookieMaxAge

      public Duration getCookieMaxAge()
    • setCookieMaxAge

      public void setCookieMaxAge(Duration cookieMaxAge)
    • getFailureUrl

      public String getFailureUrl()
    • setFailureUrl

      public void setFailureUrl(String failureUrl)
    • getForgotPasswordUrl

      public String getForgotPasswordUrl()
    • setForgotPasswordUrl

      public void setForgotPasswordUrl(String forgotPasswordUrl)
    • getLoginPageUrl

      public String getLoginPageUrl()
    • setLoginPageUrl

      public void setLoginPageUrl(String loginPageUrl)
    • getLogoutSuccessUrl

      public String getLogoutSuccessUrl()
    • setLogoutSuccessUrl

      public void setLogoutSuccessUrl(String logoutSuccessUrl)
    • getPasswordParameter

      public String getPasswordParameter()
    • setPasswordParameter

      public void setPasswordParameter(String passwordParameter)
    • getRegistrationUrl

      public String getRegistrationUrl()
    • setRegistrationUrl

      public void setRegistrationUrl(String registrationUrl)
    • getRememberMeParameter

      public String getRememberMeParameter()
    • setRememberMeParameter

      public void setRememberMeParameter(String rememberMeParameter)
    • getUsernameParameter

      public String getUsernameParameter()
    • setUsernameParameter

      public void setUsernameParameter(String usernameParameter)
    • isRegistrationEnabled

      public Boolean isRegistrationEnabled()
    • isForgotPasswordEnabled

      public Boolean isForgotPasswordEnabled()
    • toString

      public String toString()
      Overrides:
      toString in class Object