Class InternalRestHelperConfig
- java.lang.Object
-
- io.mosip.authentication.common.service.helper.InternalRestHelperConfig
-
@Configuration public class InternalRestHelperConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description InternalRestHelperConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.mosip.idrepository.core.helper.RestHelperrestHelper()io.mosip.idrepository.core.helper.RestHelperrestHelperWithAuth(org.springframework.web.reactive.function.client.WebClient webClient)
-
-
-
Method Detail
-
restHelper
@Bean @Primary public io.mosip.idrepository.core.helper.RestHelper restHelper()
-
restHelperWithAuth
@Bean("withSelfTokenWebclient") public io.mosip.idrepository.core.helper.RestHelper restHelperWithAuth(@Qualifier("selfTokenWebClient") org.springframework.web.reactive.function.client.WebClient webClient)
-
-