Class ExternalTenantUrlResolverProperties
java.lang.Object
com.broadleafcommerce.auth.tenant.autoconfigure.ExternalTenantUrlResolverProperties
@ConfigurationProperties("broadleaf.auth.data.tenant.resolver")
public class ExternalTenantUrlResolverProperties
extends Object
Properties used by
ExternalTenantUrlResolver
to determine the paths at which to make
requests for admin and application URL resolution.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe relative URI path for the operation that can resolve admin urls given a tenant ID in a request parameter.The relative URI path for the operation that can resolve application urls given an application ID in a request parameter.getUrl()
The full base url for an external tenant service.void
setAdminUrlResolverUri
(String adminUrlResolverUri) The relative URI path for the operation that can resolve admin urls given a tenant ID in a request parameter.void
setApplicationUrlResolverUri
(String applicationUrlResolverUri) The relative URI path for the operation that can resolve application urls given an application ID in a request parameter.void
The full base url for an external tenant service.
-
Constructor Details
-
ExternalTenantUrlResolverProperties
public ExternalTenantUrlResolverProperties()
-
-
Method Details
-
getUrl
The full base url for an external tenant service. -
setUrl
The full base url for an external tenant service. -
getAdminUrlResolverUri
The relative URI path for the operation that can resolve admin urls given a tenant ID in a request parameter. -
setAdminUrlResolverUri
The relative URI path for the operation that can resolve admin urls given a tenant ID in a request parameter. -
getApplicationUrlResolverUri
The relative URI path for the operation that can resolve application urls given an application ID in a request parameter. -
setApplicationUrlResolverUri
The relative URI path for the operation that can resolve application urls given an application ID in a request parameter.
-