Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
-
Packages that use UserCredentialsDto Package Description org.camunda.bpm.engine.rest.dto.identity org.camunda.bpm.engine.rest.sub.identity org.camunda.bpm.engine.rest.sub.identity.impl -
-
Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.dto.identity
Subclasses of UserCredentialsDto in org.camunda.bpm.engine.rest.dto.identity Modifier and Type Class Description class
BasicUserCredentialsDto
Represent username\password pair for user verificationFields in org.camunda.bpm.engine.rest.dto.identity declared as UserCredentialsDto Modifier and Type Field Description protected UserCredentialsDto
UserDto. credentials
Methods in org.camunda.bpm.engine.rest.dto.identity that return UserCredentialsDto Modifier and Type Method Description static UserCredentialsDto
UserCredentialsDto. fromUser(User user)
UserCredentialsDto
UserDto. getCredentials()
Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserCredentialsDto Modifier and Type Method Description void
UserDto. setCredentials(UserCredentialsDto credentials)
-
Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.sub.identity
Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserCredentialsDto Modifier and Type Method Description void
UserResource. updateCredentials(UserCredentialsDto account)
-
Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.sub.identity.impl
Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type UserCredentialsDto Modifier and Type Method Description void
UserResourceImpl. updateCredentials(UserCredentialsDto account)
-