|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| 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 | |
| Uses of User in org.camunda.bpm.cycle.entity |
|---|
| Methods in org.camunda.bpm.cycle.entity that return User | |
|---|---|
User |
ConnectorCredentials.getUser()
|
| Methods in org.camunda.bpm.cycle.entity with parameters of type User | |
|---|---|
void |
ConnectorCredentials.setUser(User user)
|
| Constructors in org.camunda.bpm.cycle.entity with parameters of type User | |
|---|---|
ConnectorCredentials(String username,
String password,
ConnectorConfiguration configuration,
User user)
|
|
| Uses of User in org.camunda.bpm.cycle.repository |
|---|
| Methods in org.camunda.bpm.cycle.repository that return User | |
|---|---|
User |
UserRepository.findByName(String name)
Return user with the given name |
| Uses of User in org.camunda.bpm.cycle.web.dto |
|---|
| Methods in org.camunda.bpm.cycle.web.dto with parameters of type User | |
|---|---|
static UserDTO |
UserDTO.wrap(User user)
|
| Method parameters in org.camunda.bpm.cycle.web.dto with type arguments of type User | |
|---|---|
static List<UserDTO> |
UserDTO.wrapAll(List<User> users)
|
| Constructors in org.camunda.bpm.cycle.web.dto with parameters of type User | |
|---|---|
UserDTO(User user)
|
|
| Uses of User in org.camunda.bpm.cycle.web.service.resource |
|---|
| Methods in org.camunda.bpm.cycle.web.service.resource that return User | |
|---|---|
protected User |
UserService.getUserById(long id)
|
| Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type User | |
|---|---|
protected String |
UserService.sendWelcomeEmail(User user,
String password)
Sends a welcome email to the user. |
| Uses of User in org.camunda.bpm.security |
|---|
| Methods in org.camunda.bpm.security that return User | |
|---|---|
User |
UserLookup.findByName(String userName)
|
User |
UserIdentity.getUser()
|
| Constructors in org.camunda.bpm.security with parameters of type User | |
|---|---|
UserIdentity(User user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||