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 Response
conclude(String taskId)
static Person
getExecutingUser(HttpServletRequest request, UriInfo uriInfo, Class<? extends PersonService> personService)
Response
getTask(String taskId, Boolean stateOnly)
Response
rehost(String taskId)
Response
writeTaskLog(String taskId, boolean includeSubtasks)
-
-
-
Method Detail
-
getExecutingUser
public static Person getExecutingUser(HttpServletRequest request, UriInfo uriInfo, Class<? extends PersonService> personService) throws FriendRehostingException
- Throws:
FriendRehostingException
-
-