Package org.gcube.service.idm.controller
Class LiferayProfileClient
- java.lang.Object
-
- org.gcube.service.idm.controller.LiferayProfileClient
-
public class LiferayProfileClient extends Object
-
-
Constructor Summary
Constructors Constructor Description LiferayProfileClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.vomanagement.usermanagement.model.GCubeUsergetUserProfile(long id)static org.gcube.vomanagement.usermanagement.model.GCubeUsergetUserProfileByEmail(String email)static org.gcube.vomanagement.usermanagement.model.GCubeUsergetUserProfileByUsername(String username)
-
-
-
Method Detail
-
getUserProfile
public static org.gcube.vomanagement.usermanagement.model.GCubeUser getUserProfile(long id)
-
getUserProfileByUsername
public static org.gcube.vomanagement.usermanagement.model.GCubeUser getUserProfileByUsername(String username)
-
getUserProfileByEmail
public static org.gcube.vomanagement.usermanagement.model.GCubeUser getUserProfileByEmail(String email)
-
-