mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/SITE_CONFIGURABILITY to HEAD
22041: ALF-3785 Configurable site public group. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22043 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -105,6 +105,15 @@ public interface SysAdminParams
|
||||
*/
|
||||
public String getShareProtocol();
|
||||
|
||||
/**
|
||||
* Gets the group name used for public site visibility.
|
||||
* Only members of this group will have SiteConsumer access to 'public' share sites.
|
||||
*
|
||||
* @return the name of the public site group.
|
||||
* @since 3.4
|
||||
*/
|
||||
public String getSitePublicGroup();
|
||||
|
||||
/**
|
||||
* Expands the special ${localname} token within a host name using the resolved DNS name for the local host.
|
||||
*
|
||||
|
Reference in New Issue
Block a user