mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
MT - simpify tenant deployer service (subsume tenant service)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -39,7 +39,7 @@ import org.alfresco.service.namespace.QName;
|
||||
* This interface provides methods to support either ST or MT implementations.
|
||||
*
|
||||
*/
|
||||
public interface TenantService
|
||||
public interface TenantService extends TenantBaseService
|
||||
{
|
||||
public static final String SEPARATOR = "@";
|
||||
|
||||
@@ -88,14 +88,6 @@ public interface TenantService
|
||||
public boolean isTenantName(String name);
|
||||
|
||||
public String getUserDomain(String username);
|
||||
|
||||
public String getCurrentUserDomain();
|
||||
|
||||
public String getDomain(String name);
|
||||
|
||||
public String getDomainUser(String baseUsername, String tenantDomain);
|
||||
|
||||
public Tenant getTenant(String tenantDomain);
|
||||
|
||||
public boolean isEnabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user