Uses of Class
org.camunda.bpm.engine.rest.dto.identity.BasicUserCredentialsDto
-
Packages that use BasicUserCredentialsDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of BasicUserCredentialsDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type BasicUserCredentialsDto Modifier and Type Method Description AuthenticationResult
IdentityRestService. verifyUser(BasicUserCredentialsDto credentialsDto)
-
Uses of BasicUserCredentialsDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type BasicUserCredentialsDto Modifier and Type Method Description AuthenticationResult
IdentityRestServiceImpl. verifyUser(BasicUserCredentialsDto credentialsDto)
-