Package org.openiam.config
Class AbstractRestConfig
- java.lang.Object
-
- org.openiam.config.AbstractRestConfig
-
- Direct Known Subclasses:
AuthorizationManagerRestConfig
,EmailManagerRestConfig
,ESBRestConfig
,IDMRestConfig
,ReconciliationAppConfig
,SynchronizationRestConfig
,WorkflowRestConfig
public abstract class AbstractRestConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractRestConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
getConverter()
protected List<org.springframework.http.client.ClientHttpRequestInterceptor>
getInterceptors()
org.springframework.web.client.RestTemplate
restTemplate()
-
-
-
Method Detail
-
getConverter
public org.springframework.http.converter.json.MappingJackson2HttpMessageConverter getConverter()
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate()
-
getInterceptors
protected List<org.springframework.http.client.ClientHttpRequestInterceptor> getInterceptors()
-
-