Package com.okta.spring.example.config
Class ApplicationConfig
java.lang.Object
com.okta.spring.example.config.ApplicationConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe IDX authentication wrapper.org.springframework.web.client.RestTemplate
The rest template bean definition.
-
Constructor Details
-
ApplicationConfig
public ApplicationConfig()
-
-
Method Details
-
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
-