10-31-2012 05:14 AM
10-31-2012 06:21 AM
if ((tenantAdminService != null) && (tenantAdminService.isEnabled()))
{
for (Tenant tenant : tenantAdminService.getAllTenants())
{
AuthenticationUtil.runAs(new RunAsWork<Void>()
{
public Void doWork() throws Exception
{
// do some work here
// ….
return null;
}
}, tenantAdminService.getDomainUser(AuthenticationUtil.getSystemUserName(), tenant.getTenantDomain()));
}
}
10-31-2012 07:38 AM
tenantAdminService.getDomainUser(AuthenticationUtil.getSystemUserName(), tenant.getTenantDomain()))
was different.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.