mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Tenant Services hooks for WebClient - for getting tenant-specific company home/root space [not guest*servlets yet]
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6645 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -49,6 +49,7 @@ import org.alfresco.web.app.Application;
|
||||
*/
|
||||
public final class User
|
||||
{
|
||||
private String companyRootId;
|
||||
private String homeSpaceId;
|
||||
private String userName;
|
||||
private String ticket;
|
||||
@@ -128,6 +129,22 @@ public final class User
|
||||
this.homeSpaceId = homeSpaceId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Retrieves the company home space
|
||||
*/
|
||||
public String getCompanyRootId()
|
||||
{
|
||||
return this.companyRootId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param companyRootId Sets the id of the company home space
|
||||
*/
|
||||
public void setCompanyRootId(String companyRootId)
|
||||
{
|
||||
this.companyRootId = companyRootId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Returns the ticket.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user