Interface IdentityInfoEntityManager
- All Superinterfaces:
EntityManager<IdentityInfoEntity>
- All Known Implementing Classes:
IdentityInfoEntityManagerImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteUserInfoByUserIdAndKey
(String userId, String key) findIdentityInfoByUserId
(String userId) findUserInfoByUserIdAndKey
(String userId, String key) findUserInfoKeysByUserIdAndType
(String userId, String type) void
updateUserInfo
(String userId, String userPassword, String type, String key, String value, String accountPassword, Map<String, String> accountDetails)
-
Method Details
-
findUserInfoByUserIdAndKey
-
findUserInfoKeysByUserIdAndType
-
findIdentityInfoByUserId
-
updateUserInfo
-
deleteUserInfoByUserIdAndKey
-