Package com.broadleafcommerce.auth.tenant.service
-
Interface Summary Interface Description ApplicationService<P extends Application> Perform CRUD operations using theApplication
projection domain.AuthServerCreationHandler Service responsible for creatingauthorization servers
andclients
when a new application is created.TenantUrlResolver Responsible for resolving the base URL at which an application or admin is served given the ID of an application or tenant. -
Class Summary Class Description DefaultApplicationService<P extends Application,D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> DefaultAuthServerCreationHandler DefaultAuthServerCreationPropertiesLoader ExternalTenantUrlResolver The default implementation ofTenantUrlResolver
, which makes external calls to the tenant service for URL resolution of applications and tenant admins.