Uses of Class
io.mosip.kernel.auth.defaultimpl.util.MemoryCache
-
Packages that use MemoryCache Package Description io.mosip.kernel.auth.defaultimpl.config io.mosip.kernel.auth.defaultimpl.intercepter -
-
Uses of MemoryCache in io.mosip.kernel.auth.defaultimpl.config
Methods in io.mosip.kernel.auth.defaultimpl.config that return MemoryCache Modifier and Type Method Description MemoryCache<String,AccessTokenResponse>DefaultImplConfiguration. memoryCache()Methods in io.mosip.kernel.auth.defaultimpl.config with parameters of type MemoryCache Modifier and Type Method Description RestInterceptorDefaultImplConfiguration. restInterceptor(MemoryCache<String,AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate) -
Uses of MemoryCache in io.mosip.kernel.auth.defaultimpl.intercepter
Constructors in io.mosip.kernel.auth.defaultimpl.intercepter with parameters of type MemoryCache Constructor Description RestInterceptor(MemoryCache<String,AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate)
-