public interface SuccessUserDetailsService
Modifier and Type | Field and Description |
---|---|
static String |
JSESSION_ID
Session ID Attribute Key
|
Modifier and Type | Method and Description |
---|---|
void |
afterProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
로그인 성공 후처리를 수행한다.
|
static final String JSESSION_ID
void afterProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
request
- request 객체response
- response 객체authentication
- 인증 정보Copyright © 2025. All rights reserved.