Class UserComponent
- java.lang.Object
-
- org.ametys.plugins.workspaces.user.UserComponent
-
- All Implemented Interfaces:
Component
,Serviceable
public class UserComponent extends Object implements Component, Serviceable
Component to manager user
-
-
Constructor Summary
Constructors Constructor Description UserComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getUsers(String siteName, int count, int offset, String search)
Search users in the given sitevoid
service(ServiceManager manager)
-
-
-
Constructor Detail
-
UserComponent
public UserComponent()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
-