Class TenantUrlResolverAutoConfiguration
java.lang.Object
com.broadleafcommerce.auth.tenant.autoconfigure.TenantUrlResolverAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties({ExternalTenantUrlResolverProperties.class,SSLVerificationProperties.class})
public class TenantUrlResolverAutoConfiguration
extends Object
Configuration for the
TenantUrlResolver
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontenantUrlResolver
(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)
-
Constructor Details
-
TenantUrlResolverAutoConfiguration
public TenantUrlResolverAutoConfiguration()
-
-
Method Details
-
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
-