Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
Packages that use IdentityInfoEntity
-
Uses of IdentityInfoEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return IdentityInfoEntityModifier and TypeMethodDescriptionIdentityInfoManager.findUserAccountByUserIdAndKey
(String userId, String userPassword, String key) IdentityInfoManager.findUserInfoByUserIdAndKey
(String userId, String key) Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IdentityInfoEntityModifier and TypeMethodDescriptionprotected List<IdentityInfoEntity>
IdentityInfoManager.findIdentityInfoDetails
(String identityInfoId) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IdentityInfoEntityModifier and TypeMethodDescriptionvoid
IdentityInfoManager.deleteIdentityInfo
(IdentityInfoEntity identityInfo)