Class SessionService
java.lang.Object
io.camunda.optimize.service.security.SessionService
- All Implemented Interfaces:
ConfigurationReloadable
-
Constructor Summary
ConstructorsConstructorDescriptionSessionService(TerminatedSessionService terminatedSessionService, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptioncreateAuthToken(String userId) getRequestUserOrFailNotAuthorized(jakarta.servlet.http.HttpServletRequest request) booleanisValidToken(String token) voidreloadConfiguration(org.springframework.context.ApplicationContext context)
-
Constructor Details
-
SessionService
public SessionService(TerminatedSessionService terminatedSessionService, ConfigurationService configurationService)
-
-
Method Details
-
createAuthToken
-
isValidToken
-
getRequestUserOrFailNotAuthorized
-
reloadConfiguration
public void reloadConfiguration(org.springframework.context.ApplicationContext context) - Specified by:
reloadConfigurationin interfaceConfigurationReloadable
-
getConfigurationService
-