@ConfigurationProperties(value="broadleaf.auth.data.tenant.resolver") public class ExternalTenantUrlResolverProperties extends Object
ExternalTenantUrlResolver
to determine the paths at which to make
requests for admin and application URL resolution.Constructor and Description |
---|
ExternalTenantUrlResolverProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminUrlResolverUri()
The relative URI path for the operation that can resolve admin urls given a tenant ID in a
request parameter.
|
String |
getApplicationUrlResolverUri()
The relative URI path for the operation that can resolve application urls given an
application ID in a request parameter.
|
String |
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 |
setUrl(String url)
The full base url for an external tenant service.
|
public String getUrl()
public void setUrl(String url)
public String getAdminUrlResolverUri()
public void setAdminUrlResolverUri(String adminUrlResolverUri)
public String getApplicationUrlResolverUri()
public void setApplicationUrlResolverUri(String applicationUrlResolverUri)
Copyright © 2021. All rights reserved.