public class IdentityInfoManager extends AbstractManager
Constructor and Description |
---|
IdentityInfoManager() |
Modifier and Type | Method and Description |
---|---|
String |
decryptPassword(byte[] storedPassword,
String userPassword) |
void |
deleteIdentityInfo(IdentityInfoEntity identityInfo) |
void |
deleteUserInfoByUserId(String userId) |
void |
deleteUserInfoByUserIdAndKey(String userId,
String key) |
byte[] |
encryptPassword(String accountPassword,
String userPassword) |
protected List<IdentityInfoEntity> |
findIdentityInfoDetails(String identityInfoId) |
IdentityInfoEntity |
findUserAccountByUserIdAndKey(String userId,
String userPassword,
String key) |
IdentityInfoEntity |
findUserInfoByUserIdAndKey(String userId,
String key) |
List<String> |
findUserInfoKeysByUserIdAndType(String userId,
String type) |
void |
setUserInfo(String userId,
String userPassword,
String type,
String key,
String value,
String accountPassword,
Map<String,String> accountDetails) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
public void deleteIdentityInfo(IdentityInfoEntity identityInfo)
public IdentityInfoEntity findUserAccountByUserIdAndKey(String userId, String userPassword, String key)
protected List<IdentityInfoEntity> findIdentityInfoDetails(String identityInfoId)
public void setUserInfo(String userId, String userPassword, String type, String key, String value, String accountPassword, Map<String,String> accountDetails)
public IdentityInfoEntity findUserInfoByUserIdAndKey(String userId, String key)
public List<String> findUserInfoKeysByUserIdAndType(String userId, String type)
public void deleteUserInfoByUserId(String userId)
Copyright © 2015. All rights reserved.