Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db that return UserEntityModifier and TypeMethodDescriptionDbIdentityServiceProvider.createNewUser
(String userId) DbReadOnlyIdentityServiceProvider.findUserById
(String userId) Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type UserEntityModifier and TypeMethodDescriptionprotected 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 IdentityOperationResult
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 UserEntityModifier and TypeFieldDescriptionprotected UserEntity
MembershipEntity.user
protected UserEntity
TenantMembershipEntity.user
Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserEntityMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type UserEntityModifier and TypeMethodDescriptionvoid
MembershipEntity.setUser
(UserEntity user) void
TenantMembershipEntity.setUser
(UserEntity user) void
IdentityInfoManager.updateUserLock
(UserEntity user, int attempts, Date lockExpirationTime) -
Uses of UserEntity in org.camunda.bpm.identity.impl.ldap
Subclasses of UserEntity in org.camunda.bpm.identity.impl.ldapMethods in org.camunda.bpm.identity.impl.ldap that return UserEntityModifier and TypeMethodDescriptionprotected UserEntity
LdapIdentityProviderSession.transformUser
(SearchResult result) -
Uses of UserEntity in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that return UserEntityModifier and TypeMethodDescriptionOAuth2IdentityProvider.createNewUser
(String userId) OAuth2IdentityProvider.findUserById
(String userId) protected static UserEntity
OAuth2IdentityProvider.transformUser()