mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MT - fix SLNG-1183
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10890 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1139,7 +1139,7 @@ public class MultiTAdminServiceImpl implements TenantAdminService, ApplicationCo
|
||||
}
|
||||
}
|
||||
|
||||
// tenant deployer services delegated to tenant service
|
||||
// tenant deployer/user services delegated to tenant service
|
||||
|
||||
public boolean isEnabled()
|
||||
{
|
||||
@@ -1151,6 +1151,11 @@ public class MultiTAdminServiceImpl implements TenantAdminService, ApplicationCo
|
||||
return tenantService.getCurrentUserDomain();
|
||||
}
|
||||
|
||||
public String getUserDomain(String username)
|
||||
{
|
||||
return tenantService.getUserDomain(username);
|
||||
}
|
||||
|
||||
public String getDomainUser(String baseUsername, String tenantDomain)
|
||||
{
|
||||
return tenantService.getDomainUser(baseUsername, tenantDomain);
|
||||
|
Reference in New Issue
Block a user