Interface TenantProvider
- All Known Implementing Classes:
ExternalTenantProvider
public interface TenantProvider
Provider for interfacing with operations around tenant. Typically utilizes
WebClient
to
make requests to an external REST API.- Author:
- Sunny Yu
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionresolveApplicationById
(String applicationId) Resolves the application with the given application id.
-
Field Details
-
CACHE_APPLICATION_BY_APPLICATION_ID
- See Also:
-
-
Method Details
-
resolveApplicationById
Resolves the application with the given application id.- Parameters:
applicationId
- the application id- Returns:
- a
ApplicationResolverResponse
-