Package com.okta.spring.example.config
Class ApplicationConfig
- java.lang.Object
-
- com.okta.spring.example.config.ApplicationConfig
-
@Configuration public class ApplicationConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDXAuthenticationWrapper
idxAuthenticationWrapper()
The IDX authentication wrapper.org.springframework.web.client.RestTemplate
restTemplate()
The rest template bean definition.
-
-
-
Method Detail
-
idxAuthenticationWrapper
@Bean public IDXAuthenticationWrapper idxAuthenticationWrapper()
The IDX authentication wrapper.- Returns:
- the idx authentication wrapper
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate()
The rest template bean definition.- Returns:
- the rest template
-
-