Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.UserEntity

Packages that use UserEntity
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.identity.db   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of UserEntity in org.camunda.bpm.engine.impl.cmd
 

Fields in org.camunda.bpm.engine.impl.cmd declared as UserEntity
protected  UserEntity SaveUserCmd.user
           
 

Uses of UserEntity in org.camunda.bpm.engine.impl.identity.db
 

Methods in org.camunda.bpm.engine.impl.identity.db that return UserEntity
 UserEntity DbIdentityServiceProvider.createNewUser(String userId)
           
 UserEntity DbReadOnlyIdentityServiceProvider.findUserById(String userId)
           
 

Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type UserEntity
protected  void DbIdentityServiceProvider.createDefaultAuthorizations(UserEntity userEntity)
           
protected  boolean DbIdentityServiceProvider.isUserLocked(UserEntity user)
           
protected  void DbIdentityServiceProvider.lockUser(UserEntity user)
           
protected  boolean DbReadOnlyIdentityServiceProvider.matchPassword(String password, UserEntity user)
           
protected  void DbIdentityServiceProvider.unlockUser(UserEntity user)
           
 

Uses of UserEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as UserEntity
protected  UserEntity MembershipEntity.user
           
protected  UserEntity TenantMembershipEntity.user
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserEntity
 UserEntity MembershipEntity.getUser()
           
 UserEntity TenantMembershipEntity.getUser()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type UserEntity
 void MembershipEntity.setUser(UserEntity user)
           
 void TenantMembershipEntity.setUser(UserEntity user)
           
 void IdentityInfoManager.updateUserLock(UserEntity user, int attempts, Date lockExpirationTime)
           
 



Copyright © 2018 camunda services GmbH. All rights reserved.