public interface SysAdminParams
Modifier and Type | Method and Description |
---|---|
String |
getAlfrescoContext()
Gets Alfresco context.
|
String |
getAlfrescoHost()
Gets Alfresco host.
|
int |
getAlfrescoPort()
Gets Alfresco port.
|
String |
getAlfrescoProtocol()
Gets Alfresco protocole.
|
List<String> |
getAllowedUserList()
Gets the list of users who are allowed to log in.
|
boolean |
getAllowWrite()
Do we allow write operations by non-system users on the repository?.
|
int |
getMaxUsers()
Gets the maximum number of users who are allowed to log in.
|
String |
getShareContext()
Gets Share context.
|
String |
getShareHost()
Gets Share host.
|
int |
getSharePort()
Gets Share port.
|
String |
getShareProtocol()
Gets Share protocol.
|
String |
getSitePublicGroup()
Gets the group name used for public site visibility.
|
String |
subsituteHost(String hostName)
Expands the special ${localname} token within a host name using the resolved DNS name for the local host.
|
boolean getAllowWrite()
true
if we allow write operations by non-system users on the repositoryList<String> getAllowedUserList()
null
if all users are allowed to log inint getMaxUsers()
String getAlfrescoContext()
String getAlfrescoHost()
int getAlfrescoPort()
String getAlfrescoProtocol()
String getShareContext()
String getShareHost()
int getSharePort()
String getShareProtocol()
String getSitePublicGroup()
Copyright © 2005–2017 Alfresco Software. All rights reserved.