All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.craftercms.security.utils.tenant.TenantsResolver Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
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