Interface TenantsResolver
-
- All Known Implementing Classes:
AllTenantsResolver,DefaultTenantsResolver,ParamTenantsResolver,TenantsResolverChain
public interface TenantsResolverUtility interface that can be implemented to resolve the tenants usable by the application.- Author:
- avasquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getTenants()Returns the tenants the application can use.
-
-
-
Method Detail
-
getTenants
String[] getTenants()
Returns the tenants the application can use.- Returns:
- the current tenants
-
-