Class UserPopulationSynchronizableContentsCollectionHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.userdirectory.synchronize.UserPopulationSynchronizableContentsCollectionHelper
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
public class UserPopulationSynchronizableContentsCollectionHelper
extends AbstractLogEnabled
implements Component, Serviceable
Helper for User Population Synchronizable Contents Collections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSupportedUserDirectories
(String populationId) Gets the supported user directories (i.e.void
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
UserPopulationSynchronizableContentsCollectionHelper
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getSupportedUserDirectories
Gets the supported user directories (i.e. user directories based on a datasource) of the population in a json map- Parameters:
populationId
- The id of the user population- Returns:
- the supported user directories (i.e. user directories based on a datasource) of the population in a json map
-