-
public interface RequestPlatformInfo
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUserId()abstract List<String>getGroups()abstract StringgetClientType()abstract booleanisFromBackOffice()-
-
Method Detail
-
getClientType
abstract String getClientType()
-
isFromBackOffice
abstract boolean isFromBackOffice()
-
-
-
-