@RestController public class EditorUsersResource extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected IdmIdentityService |
identityService |
protected RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
EditorUsersResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ResultListDataRepresentation |
getUsers(String filter) |
@Autowired(required=false) protected RemoteIdmService remoteIdmService
@Autowired(required=false) protected IdmIdentityService identityService
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/editor-users") public ResultListDataRepresentation getUsers(@RequestParam(value="filter",required=false) String filter)
Copyright © 2023 Flowable. All rights reserved.