org.craftercms.security.utils.tenant.TenantsResolver Maven / Gradle / Ivy
package org.craftercms.security.utils.tenant;
/**
* Utility interface that can be implemented to resolve the tenants usable by the application.
*
* @author avasquez
*/
public interface TenantsResolver {
/**
* Returns the tenants the application can use.
*
* @return the current tenants
*/
String[] getTenants();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy