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