public class GetAdminSitesAction extends GetSitesAction
Site for administrative operations._ametysResolver, _groupDirectoryContextHelper, _groupDirectoryDAO, _populationContextHelper, _rightManager, _siteConfiguration, _siteManager, _siteTypeExtensionPoint, _userPopulationDAO, _userProvidermanagerEMPTY_MAP| Constructor and Description |
|---|
GetAdminSitesAction() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Map<String,Object>> |
_rootSite2json(Request request,
Site site,
String currentSiteName,
boolean recursive,
boolean readAccessOnly,
boolean sharedSitesOnly,
UserIdentity user)
Retrieves the JSON for a root site
|
_childSites2json, _getRootSites, _site2json, _site2json, act, canRead, serviceenableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic GetAdminSitesAction()
protected List<Map<String,Object>> _rootSite2json(Request request, Site site, String currentSiteName, boolean recursive, boolean readAccessOnly, boolean sharedSitesOnly, UserIdentity user)
GetSitesAction_rootSite2json in class GetSitesActionrequest - The requestsite - The root sitecurrentSiteName - The name of the current siterecursive - True to handle child sitesreadAccessOnly - Only read access sitesharedSitesOnly - Only shared sitesuser - The current user