Uses of Class
com.broadleafcommerce.auth.tenant.autoconfigure.ExternalTenantUrlResolverProperties
-
Packages that use ExternalTenantUrlResolverProperties Package Description com.broadleafcommerce.auth.tenant.autoconfigure com.broadleafcommerce.auth.tenant.service -
-
Uses of ExternalTenantUrlResolverProperties in com.broadleafcommerce.auth.tenant.autoconfigure
Methods in com.broadleafcommerce.auth.tenant.autoconfigure with parameters of type ExternalTenantUrlResolverProperties Modifier and Type Method Description TenantUrlResolverTenantUrlResolverAutoConfiguration. tenantUrlResolver(org.springframework.web.reactive.function.client.WebClient webClient, ExternalTenantUrlResolverProperties properties) -
Uses of ExternalTenantUrlResolverProperties in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return ExternalTenantUrlResolverProperties Modifier and Type Method Description protected ExternalTenantUrlResolverPropertiesExternalTenantUrlResolver. getProperties()Constructors in com.broadleafcommerce.auth.tenant.service with parameters of type ExternalTenantUrlResolverProperties Constructor Description ExternalTenantUrlResolver(org.springframework.web.reactive.function.client.WebClient webClient, ExternalTenantUrlResolverProperties properties)
-