Modifier and Type | Method and Description |
---|---|
<D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> |
AuthorizedClientAutoConfiguration.authorizedClientService(AuthorizationServerService<AuthorizationServer> serverService,
AuthorizedClientRepository<D> repository,
SimplePayloadMapper simplePayloadMapper,
com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder,
TenantUrlResolver tenantUrlResolver) |
Modifier and Type | Method and Description |
---|---|
protected TenantUrlResolver |
DefaultAuthorizedClientService.getTenantUrlResolver() |
Constructor and Description |
---|
DefaultAuthorizedClientService(AuthorizationServerService<AuthorizationServer> serverService,
AuthorizedClientRepository<D> repository,
SimplePayloadMapper mapper,
com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder,
TenantUrlResolver tenantUrlResolver) |
Modifier and Type | Method and Description |
---|---|
TenantUrlResolver |
TenantUrlResolverAutoConfiguration.tenantUrlResolver(org.springframework.web.reactive.function.client.WebClient webClient,
ExternalTenantUrlResolverProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalTenantUrlResolver
The default implementation of
TenantUrlResolver , which makes external calls to the tenant
service for URL resolution of applications and tenant admins. |
Copyright © 2021. All rights reserved.