| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
OAuth2CurrentUserProvider.getCurrentUser(org.springframework.security.core.Authentication authentication) |
UserRepresentation |
CurrentUserProvider.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateUserRepresentation |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserRepresentation> |
PrivilegeRepresentation.users |
| Modifier and Type | Method and Description |
|---|---|
List<UserRepresentation> |
PrivilegeRepresentation.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivilegeRepresentation.addUser(UserRepresentation userRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivilegeRepresentation.setUsers(List<UserRepresentation> users) |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
ApiUsersResource.getUserInformation(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRepresentation> |
ApiUsersResource.findUsersByFilter(String filter) |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
IdmUsersResource.createNewUser(CreateUserRepresentation userRepresentation) |
UserRepresentation |
AccountResource.getAccount(org.springframework.security.core.Authentication authentication)
GET /rest/account -> get the current user.
|
protected UserRepresentation |
AccountResource.getCurrentUserRepresentation(String currentUserId) |
UserRepresentation |
IdmProfileResource.getProfile() |
UserRepresentation |
IdmProfileResource.updateProfile(UserRepresentation userRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRepresentation> |
IdmUsersResource.convertToUserRepresentations(List<User> users) |
List<UserRepresentation> |
IdmPrivilegesResource.getUsers(String privilegeId) |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
IdmProfileResource.updateProfile(UserRepresentation userRepresentation) |
| Modifier and Type | Field and Description |
|---|---|
protected UserRepresentation |
TaskRepresentation.assignee |
protected UserRepresentation |
CaseInstanceRepresentation.startedBy |
protected UserRepresentation |
ProcessInstanceRepresentation.startedBy |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserRepresentation> |
TaskRepresentation.involvedPeople |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
TaskRepresentation.getAssignee() |
UserRepresentation |
CaseInstanceRepresentation.getStartedBy() |
UserRepresentation |
ProcessInstanceRepresentation.getStartedBy() |
| Modifier and Type | Method and Description |
|---|---|
List<UserRepresentation> |
TaskRepresentation.getInvolvedPeople() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setAssignee(UserRepresentation assignee) |
void |
CaseInstanceRepresentation.setStartedBy(UserRepresentation startedBy) |
void |
ProcessInstanceRepresentation.setStartedBy(UserRepresentation startedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.setInvolvedPeople(List<UserRepresentation> involvedPeople) |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
UserResource.getUser(String userId,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRepresentation> |
FlowableTaskService.getInvolvedUsers(String taskId) |
protected List<UserRepresentation> |
FlowableTaskActionService.getInvolvedUsers(String taskId) |
Copyright © 2023 Flowable. All rights reserved.