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