Uses of Class
com.bytedesk.core.rbac.auth.AuthLoginRetryHelper.LoginRetryConfig
Packages that use AuthLoginRetryHelper.LoginRetryConfig
-
Uses of AuthLoginRetryHelper.LoginRetryConfig in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth that return AuthLoginRetryHelper.LoginRetryConfigMethods in com.bytedesk.core.rbac.auth with parameters of type AuthLoginRetryHelper.LoginRetryConfigModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AuthLoginRetryHelper.checkMaxRetryReached(String username, AuthLoginRetryHelper.LoginRetryConfig config) 检查是否已达到最大重试次数org.springframework.http.ResponseEntity<?>AuthLoginRetryHelper.handleLoginFailure(String username, AuthLoginRetryHelper.LoginRetryConfig config, String errorMessage) 处理登录失败,增加失败次数并返回相应错误信息