Interface JwtAuthenticatedTokenCache

All Known Implementing Classes:
JwtTokenAuthenticationGuavaCache

public interface JwtAuthenticatedTokenCache
The method must be prone to concurrent execution
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    get(JwtCredentials key, JwtTokenAuthenticationLoader jwtTokenAuthenticationLoader)