Class DefaultImplConfiguration
java.lang.Object
io.mosip.kernel.auth.defaultimpl.config.DefaultImplConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrestInterceptor(MemoryCache<String, AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate) org.springframework.web.client.RestTemplate
-
Constructor Details
-
DefaultImplConfiguration
public DefaultImplConfiguration()
-
-
Method Details
-
restTemplate
@Primary @Bean(name="authRestTemplate") public org.springframework.web.client.RestTemplate restTemplate() -
memoryCache
-
restInterceptor
@Bean public RestInterceptor restInterceptor(@Autowired MemoryCache<String, AccessTokenResponse> memoryCache, @Autowired TokenValidator tokenValidator, @Qualifier("authRestTemplate") @Autowired org.springframework.web.client.RestTemplate restTemplate)
-