Class TenantUrlResolverAutoConfiguration
- java.lang.Object
-
- com.broadleafcommerce.auth.tenant.autoconfigure.TenantUrlResolverAutoConfiguration
-
@Configuration @EnableConfigurationProperties({ExternalTenantUrlResolverProperties.class,SSLVerificationProperties.class}) public class TenantUrlResolverAutoConfiguration extends Object
Configuration for theTenantUrlResolver
.
-
-
Constructor Summary
Constructors Constructor Description TenantUrlResolverAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantUrlResolver
tenantUrlResolver(org.springframework.web.reactive.function.client.WebClient webClient, ExternalTenantUrlResolverProperties properties)
org.springframework.web.reactive.function.client.WebClient
tenantWebClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SSLVerificationProperties sslVerificationProperties)
-
-
-
Method Detail
-
tenantUrlResolver
@Bean @ConditionalOnMissingBean public TenantUrlResolver tenantUrlResolver(@Qualifier("tenantWebClient") org.springframework.web.reactive.function.client.WebClient webClient, ExternalTenantUrlResolverProperties properties)
-
tenantWebClient
@Bean @ConditionalOnMissingBean(name="tenantWebClient") public org.springframework.web.reactive.function.client.WebClient tenantWebClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SSLVerificationProperties sslVerificationProperties) throws SSLException
- Throws:
SSLException
-
-