public class CompleteFormLoginValidateProvider extends Object implements LoginValidateProvider
| 构造器和说明 |
|---|
CompleteFormLoginValidateProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
validate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String username,
String password)
扩展登陆验证
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic void validate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String username,
String password)
throws org.springframework.security.core.AuthenticationException
LoginValidateProvidervalidate 在接口中 LoginValidateProviderrequest - 请求response - 响应username - 前端传递的帐号password - 前端传递的密码org.springframework.security.core.AuthenticationException - 登陆失败异常Copyright © 2022. All rights reserved.