类 OAuth2AuthenticationProperties.SignInFailureLimited

java.lang.Object
cn.herodotus.engine.oauth2.authentication.properties.OAuth2AuthenticationProperties.SignInFailureLimited
封闭类:
OAuth2AuthenticationProperties

public static class OAuth2AuthenticationProperties.SignInFailureLimited extends Object
  • 构造器详细资料

    • SignInFailureLimited

      public SignInFailureLimited()
  • 方法详细资料

    • 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()
      覆盖:
      toString 在类中 Object