Uses of Class
io.mosip.kernel.auth.defaultimpl.util.MemoryCache
Packages that use MemoryCache
Package
Description
-
Uses of MemoryCache in io.mosip.kernel.auth.defaultimpl.config
Methods in io.mosip.kernel.auth.defaultimpl.config that return MemoryCacheMethods in io.mosip.kernel.auth.defaultimpl.config with parameters of type MemoryCacheModifier and TypeMethodDescriptionDefaultImplConfiguration.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 MemoryCacheModifierConstructorDescriptionRestInterceptor(MemoryCache<String, AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate)