| Package | Description |
|---|---|
| org.camunda.bpm.cycle.entity | |
| org.camunda.bpm.cycle.repository | |
| org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
| org.camunda.bpm.cycle.web.service.resource | |
| org.camunda.bpm.security |
| Modifier and Type | Method and Description |
|---|---|
User |
ConnectorCredentials.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorCredentials.setUser(User user) |
| Constructor and Description |
|---|
ConnectorCredentials(String username,
String password,
ConnectorConfiguration configuration,
User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserRepository.findByName(String name)
Return user with the given name
|
| Modifier and Type | Method and Description |
|---|---|
static UserDTO |
UserDTO.wrap(User user) |
| Modifier and Type | Method and Description |
|---|---|
static List<UserDTO> |
UserDTO.wrapAll(List<User> users) |
| Constructor and Description |
|---|
UserDTO(User user) |
| Modifier and Type | Method and Description |
|---|---|
protected User |
UserService.getUserById(long id) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UserService.sendWelcomeEmail(User user,
String password)
Sends a welcome email to the user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserLookup.findByName(String userName) |
User |
UserIdentity.getUser() |
| Constructor and Description |
|---|
UserIdentity(User user) |
Copyright © 2015. All rights reserved.