Package org.silverpeas.core.webapi.wbe
Class WbeRequestContext
- java.lang.Object
-
- org.silverpeas.core.web.rs.SilverpeasRequestContext
-
- org.silverpeas.core.webapi.wbe.WbeRequestContext
-
@RequestScoped public class WbeRequestContext extends SilverpeasRequestContext
The WBE host request context which handles the domain identifier data in addition to the data handled bySilverpeasRequestContext
.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description WbeRequestContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessToken()
-
Methods inherited from class org.silverpeas.core.web.rs.SilverpeasRequestContext
getRequest, getResponse, getUser, init, setUser
-
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken()
-
-