Interface AuthenticationStoredToken
public interface AuthenticationStoredToken
인증 정보를 저장하는 Stored Token
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication인증 정보 조회voidsetAuthentication(org.springframework.security.core.Authentication authentication) 인증 정보 저장
-
Method Details
-
getAuthentication
org.springframework.security.core.Authentication getAuthentication()인증 정보 조회- Returns:
-
setAuthentication
void setAuthentication(org.springframework.security.core.Authentication authentication) 인증 정보 저장- Parameters:
authentication- 인증 정보
-