Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
Packages that use UserCredentialsDto
Package
Description
-
Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.dto.identity
Subclasses of UserCredentialsDto in org.camunda.bpm.engine.rest.dto.identityModifier and TypeClassDescriptionclass
Represent username\password pair for user verificationFields in org.camunda.bpm.engine.rest.dto.identity declared as UserCredentialsDtoMethods in org.camunda.bpm.engine.rest.dto.identity that return UserCredentialsDtoMethods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserCredentialsDto -
Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.sub.identity
Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserCredentialsDtoModifier and TypeMethodDescriptionvoid
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 UserCredentialsDtoModifier and TypeMethodDescriptionvoid
UserResourceImpl.updateCredentials
(UserCredentialsDto account)