Class CurrentUserThemeEnhancer
java.lang.Object
com.flowable.platform.rest.service.api.configuration.CurrentUserThemeEnhancer
- All Implemented Interfaces:
com.flowable.idm.dto.CurrentUserEnhancer
public class CurrentUserThemeEnhancer
extends java.lang.Object
implements com.flowable.idm.dto.CurrentUserEnhancer
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationService
configurationService
-
Constructor Summary
Constructors Constructor Description CurrentUserThemeEnhancer(ConfigurationService configurationService)
-
Method Summary
Modifier and Type Method Description void
enhanceCurrentUser(com.flowable.idm.dto.CurrentUserResponse currentUserResponse)
protected Theme
findDefaultTheme(java.lang.String tenantId)
protected Theme
findTheme(java.lang.String themeName, java.lang.String tenantId)
-
Field Details
-
Constructor Details
-
Method Details
-
enhanceCurrentUser
public void enhanceCurrentUser(com.flowable.idm.dto.CurrentUserResponse currentUserResponse)- Specified by:
enhanceCurrentUser
in interfacecom.flowable.idm.dto.CurrentUserEnhancer
-
findDefaultTheme
-
findTheme
-