public class CPRequest extends java.lang.Object implements RequestPlatformInfo
| Constructor and Description |
|---|
CPRequest(javax.servlet.http.HttpServletRequest request,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientType() |
java.util.List<java.lang.String> |
getGroups() |
eu.miaplatform.customplugin.CustomPluginHeadersPropagator |
getHeadersPropagator() |
javax.servlet.http.HttpServletRequest |
getRequest() |
java.lang.String |
getUserId() |
boolean |
isFromBackOffice() |
public CPRequest(javax.servlet.http.HttpServletRequest request,
Options options)
public javax.servlet.http.HttpServletRequest getRequest()
public eu.miaplatform.customplugin.CustomPluginHeadersPropagator getHeadersPropagator()
public java.lang.String getUserId()
getUserId in interface RequestPlatformInfopublic java.util.List<java.lang.String> getGroups()
getGroups in interface RequestPlatformInfopublic java.lang.String getClientType()
getClientType in interface RequestPlatformInfopublic boolean isFromBackOffice()
isFromBackOffice in interface RequestPlatformInfoCopyright © 2020. All rights reserved.