public class UserIdAuthenticationContext extends Object implements AuthenticationContext
AuthenticationContext that uses a ThreadLocal that stores the Principal| Constructor and Description |
|---|
UserIdAuthenticationContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedUserId() |
Principal |
getPrincipal() |
void |
setPrincipal(Principal principal) |
public String getAuthenticatedUserId()
getAuthenticatedUserId in interface AuthenticationContextpublic Principal getPrincipal()
getPrincipal in interface AuthenticationContextpublic void setPrincipal(Principal principal)
setPrincipal in interface AuthenticationContextCopyright © 2019 Flowable. All rights reserved.