Class OAuth2AuthenticationProperties.SignInFailureLimited

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

public static class OAuth2AuthenticationProperties.SignInFailureLimited extends Object
  • Constructor Details

    • SignInFailureLimited

      public SignInFailureLimited()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getMaxTimes

      public Integer getMaxTimes()
    • setMaxTimes

      public void setMaxTimes(Integer maxTimes)
    • getExpire

      public Duration getExpire()
    • setExpire

      public void setExpire(Duration expire)
    • getAutoUnlock

      public Boolean getAutoUnlock()
    • setAutoUnlock

      public void setAutoUnlock(Boolean autoUnlock)
    • toString

      public String toString()
      Overrides:
      toString in class Object