public class SpringSecurityAuthenticationContext extends Object implements AuthenticationContext
AuthenticationContext implementation that uses SecurityContextHolder and
SecurityContext to provide the information.| Constructor and Description |
|---|
SpringSecurityAuthenticationContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedUserId() |
org.springframework.security.core.Authentication |
getPrincipal() |
void |
setPrincipal(Principal principal) |
public String getAuthenticatedUserId()
getAuthenticatedUserId in interface AuthenticationContextpublic org.springframework.security.core.Authentication getPrincipal()
getPrincipal in interface AuthenticationContextpublic void setPrincipal(Principal principal)
setPrincipal in interface AuthenticationContextCopyright © 2020 Flowable. All rights reserved.