@Service @Transactional public class ProfileServiceImpl extends AbstractIdmService implements ProfileService
identityService| Constructor and Description |
|---|
ProfileServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String originalPassword,
String newPassword) |
org.apache.commons.lang3.tuple.Pair<String,InputStream> |
getProfilePicture() |
org.flowable.idm.api.User |
updateProfile(String firstName,
String lastName,
String email) |
void |
uploadProfilePicture(String contentType,
byte[] bytes) |
public org.flowable.idm.api.User updateProfile(String firstName, String lastName, String email)
updateProfile in interface ProfileServicepublic void changePassword(String originalPassword, String newPassword)
changePassword in interface ProfileServicepublic org.apache.commons.lang3.tuple.Pair<String,InputStream> getProfilePicture()
getProfilePicture in interface ProfileServicepublic void uploadProfilePicture(String contentType, byte[] bytes)
uploadProfilePicture in interface ProfileServiceCopyright © 2021 Flowable. All rights reserved.