public static class OAuth2ComplianceProperties.SignInFailureLimited extends Object
| 构造器和说明 |
|---|
SignInFailureLimited() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoUnlock() |
Boolean |
getEnabled() |
Duration |
getExpire() |
Integer |
getMaxTimes() |
void |
setAutoUnlock(Boolean autoUnlock) |
void |
setEnabled(Boolean enabled) |
void |
setExpire(Duration expire) |
void |
setMaxTimes(Integer maxTimes) |
String |
toString() |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Integer getMaxTimes()
public void setMaxTimes(Integer maxTimes)
public Duration getExpire()
public void setExpire(Duration expire)
public Boolean getAutoUnlock()
public void setAutoUnlock(Boolean autoUnlock)
Copyright © 2023 Dromara. All rights reserved.