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

org.craftercms.profile.social.utils.TenantResolver Maven / Gradle / Ivy

The newest version!
package org.craftercms.profile.social.utils;

/**
 * Utility interface that can be implemented to be able to resolve the current tenant.
 *
 * @author avasquez
 */
public interface TenantResolver {

    /**
     * Returns the current tenant.
     */
    String getCurrentTenant();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy