Class UserManagerWSBuilder
- java.lang.Object
-
- org.gcube.social_networking.liferay.ws.UserManagerWSBuilder
-
public class UserManagerWSBuilder extends Object
Class that builds a (singleton) UserManagerWS object.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserManagerWSBuildergetInstance()org.gcube.vomanagement.usermanagement.UserManagergetUserManager()Get the user manager instance
-
-
-
Method Detail
-
getUserManager
public org.gcube.vomanagement.usermanagement.UserManager getUserManager()
Get the user manager instance- Returns:
-
getInstance
public static UserManagerWSBuilder getInstance()
-
-