Package | Description |
---|---|
org.camunda.bpm.engine.rest.dto.identity | |
org.camunda.bpm.engine.rest.sub.identity | |
org.camunda.bpm.engine.rest.sub.identity.impl |
Modifier and Type | Class and Description |
---|---|
class |
BasicUserCredentialsDto
Represent username\password pair for user verification
|
Modifier and Type | Field and Description |
---|---|
protected UserCredentialsDto |
UserDto.credentials |
Modifier and Type | Method and Description |
---|---|
static UserCredentialsDto |
UserCredentialsDto.fromUser(User user) |
UserCredentialsDto |
UserDto.getCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
UserDto.setCredentials(UserCredentialsDto credentials) |
Modifier and Type | Method and Description |
---|---|
void |
UserResource.updateCredentials(UserCredentialsDto account) |
Modifier and Type | Method and Description |
---|---|
void |
UserResourceImpl.updateCredentials(UserCredentialsDto account) |
Copyright © 2022. All rights reserved.