public interface FailureUserDetailsService
Modifier and Type | Method and Description |
---|---|
void |
afterProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception)
로그인 실패 후처리를 수행한다.
|
void afterProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
request
- request 객체response
- response 객체exception
- exception 객체Copyright © 2025. All rights reserved.