| Package | Description |
|---|---|
| org.flowable.common.engine.impl.identity | |
| org.flowable.spring.boot | |
| org.flowable.spring.security |
| Modifier and Type | Class and Description |
|---|---|
class |
UserIdAuthenticationContext
Default implementation of the
AuthenticationContext that uses a ThreadLocal that stores the Principal |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationContext |
Authentication.getAuthenticationContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Authentication.setAuthenticationContext(AuthenticationContext authenticationContext) |
| Constructor and Description |
|---|
SpringSecurityAuthenticationContextConfiguration(org.springframework.beans.factory.ObjectProvider<AuthenticationContext> authenticationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringSecurityAuthenticationContext
A default Spring Security
AuthenticationContext implementation that uses SecurityContextHolder and
SecurityContext to provide the information. |
Copyright © 2023 Flowable. All rights reserved.