Class FriendRehostingService
- java.lang.Object
-
- com.sodius.oslc.server.oauth.services.FriendRehostingService
-
public class FriendRehostingService extends Object
Manages the friend re-hosting process.- Since:
- 3.1.1
-
-
Constructor Summary
Constructors Constructor Description FriendRehostingService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Responseconclude(String taskId)static PersongetExecutingUser(HttpServletRequest request, UriInfo uriInfo, Class<? extends PersonService> personService)ResponsegetTask(String taskId, Boolean stateOnly)Responserehost(String taskId)ResponsewriteTaskLog(String taskId, boolean includeSubtasks)
-
-
-
Method Detail
-
getExecutingUser
public static Person getExecutingUser(HttpServletRequest request, UriInfo uriInfo, Class<? extends PersonService> personService) throws FriendRehostingException
- Throws:
FriendRehostingException
-
-