public interface SysAdminParams
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlfrescoContext()
Gets Alfresco context.
|
java.lang.String |
getAlfrescoHost()
Gets Alfresco host.
|
int |
getAlfrescoPort()
Gets Alfresco port.
|
java.lang.String |
getAlfrescoProtocol()
Gets Alfresco protocole.
|
java.util.List |
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.
|
java.lang.String |
getShareContext()
Gets Share context.
|
java.lang.String |
getShareHost()
Gets Share host.
|
int |
getSharePort()
Gets Share port.
|
java.lang.String |
getShareProtocol()
Gets Share protocol.
|
java.lang.String |
getSitePublicGroup()
Gets the group name used for public site visibility.
|
java.lang.String |
subsituteHost(java.lang.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 repositoryjava.util.List getAllowedUserList()
null if all users are allowed to log inint getMaxUsers()
java.lang.String getAlfrescoContext()
java.lang.String getAlfrescoHost()
int getAlfrescoPort()
java.lang.String getAlfrescoProtocol()
java.lang.String getShareContext()
java.lang.String getShareHost()
int getSharePort()
java.lang.String getShareProtocol()
java.lang.String getSitePublicGroup()
java.lang.String subsituteHost(java.lang.String hostName)
hostName - the host nameCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.