| Package | Description |
|---|---|
| org.flowable.ui.common.rest.idm | |
| org.flowable.ui.common.rest.idm.remote |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
CurrentUserProvider.getCurrentUser(org.springframework.security.core.Authentication authentication) |
UserRepresentation |
OAuth2CurrentUserProvider.getCurrentUser(org.springframework.security.core.Authentication authentication) |
protected UserRepresentation |
OAuth2CurrentUserProvider.getCurrentUser(org.springframework.security.oauth2.core.user.OAuth2User user) |
protected UserRepresentation |
OAuth2CurrentUserProvider.getCurrentUser(org.springframework.security.oauth2.core.oidc.user.OidcUser user) |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
RemoteAccountResource.getAccount(org.springframework.security.core.Authentication authentication)
GET /rest/account -> get the current user.
|
protected UserRepresentation |
RemoteAccountResource.getCurrentUserRepresentation(String currentUserId) |
Copyright © 2021 Flowable. All rights reserved.