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 TypeClassDescriptionclassRepresent 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 UserCredentialsDtoModifier and TypeMethodDescriptionstatic UserCredentialsDtoUserCredentialsDto.fromUser(org.camunda.bpm.engine.identity.User user) UserDto.getCredentials()Methods 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 TypeMethodDescriptionvoidUserResource.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 TypeMethodDescriptionvoidUserResourceImpl.updateCredentials(UserCredentialsDto account)