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