Interface JwtAuthenticatedTokenCache
- All Known Implementing Classes:
JwtTokenAuthenticationGuavaCache
public interface JwtAuthenticatedTokenCache
The method must be prone to concurrent execution
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
get
(JwtCredentials key, JwtTokenAuthenticationLoader jwtTokenAuthenticationLoader)
-
Method Details
-
get
org.springframework.security.core.Authentication get(JwtCredentials key, JwtTokenAuthenticationLoader jwtTokenAuthenticationLoader) throws ExecutionException - Throws:
ExecutionException
-