Class UserIdAuthenticationContext
java.lang.Object
org.flowable.common.engine.impl.identity.UserIdAuthenticationContext
- All Implemented Interfaces:
AuthenticationContext
Default implementation of the
AuthenticationContext that uses a ThreadLocal that stores the Principal- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserIdAuthenticationContext
public UserIdAuthenticationContext()
-
-
Method Details
-
getAuthenticatedUserId
- Specified by:
getAuthenticatedUserIdin interfaceAuthenticationContext
-
getPrincipal
- Specified by:
getPrincipalin interfaceAuthenticationContext
-
setPrincipal
- Specified by:
setPrincipalin interfaceAuthenticationContext
-