-
class Utils
-
-
Method Summary
Modifier and Type Method Description static StringgetUserId(Options options, Map<String, String> headers)static List<String>getGroups(Options options, Map<String, String> headers)static StringgetClientType(Options options, Map<String, String> headers)static booleanisFromBackOffice(Options options, Map<String, String> headers)static Map<String, String>getHeadersInfo(HttpServletRequest request)-
-
Method Detail
-
isFromBackOffice
static boolean isFromBackOffice(Options options, Map<String, String> headers)
-
getHeadersInfo
static Map<String, String> getHeadersInfo(HttpServletRequest request)
-
-
-
-