Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.UserEntity
Package
Description
-
Uses of UserEntity in org.camunda.bpm.engine.impl.identity.db
Modifier and TypeMethodDescriptionDbIdentityServiceProvider.createNewUser
(String userId) DbReadOnlyIdentityServiceProvider.findUserById
(String userId) Modifier 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
Modifier and TypeFieldDescriptionprotected UserEntity
MembershipEntity.user
protected UserEntity
TenantMembershipEntity.user
Modifier 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
Modifier and TypeMethodDescriptionprotected UserEntity
LdapIdentityProviderSession.transformUser
(SearchResult result) -
Uses of UserEntity in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Modifier and TypeMethodDescriptionOAuth2IdentityProvider.createNewUser
(String userId) OAuth2IdentityProvider.findUserById
(String userId) protected static UserEntity
OAuth2IdentityProvider.transformUser()