- java.lang.Object
-
- io.mosip.kernel.auth.defaultadapter.config.BeanConfig
-
@Configuration public class BeanConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.client.RestTemplaterestTemplate()org.springframework.web.reactive.function.client.WebClientwebClient()
-
-
-
Method Detail
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate() throws NoSuchAlgorithmException, KeyStoreException, KeyManagementException
-
webClient
@Bean public org.springframework.web.reactive.function.client.WebClient webClient()
-
-