Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
-
Packages that use IdentityInfoEntity Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of IdentityInfoEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return IdentityInfoEntity Modifier and Type Method Description IdentityInfoEntity
IdentityInfoManager. findUserAccountByUserIdAndKey(String userId, String userPassword, String key)
IdentityInfoEntity
IdentityInfoManager. findUserInfoByUserIdAndKey(String userId, String key)
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IdentityInfoEntity Modifier and Type Method Description protected List<IdentityInfoEntity>
IdentityInfoManager. findIdentityInfoDetails(String identityInfoId)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IdentityInfoEntity Modifier and Type Method Description void
IdentityInfoManager. deleteIdentityInfo(IdentityInfoEntity identityInfo)
-