public interface AuthenticationContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedUserId()
The user id of the authenticated principal.
|
Principal |
getPrincipal()
Obtains the currently authenticated principal, or an authentication request token.
|
void |
setPrincipal(Principal principal)
Changes the currently authenticated principal, or removes the authentication
information.
|
String getAuthenticatedUserId()
Principal getPrincipal()
Principal or null if no principal
information is availablevoid setPrincipal(Principal principal)
principal - the new Authentication token, or
null if no further principal information should be storedCopyright © 2021 Flowable. All rights reserved.