Package org.flowable.ui.idm.service
Interface ProfileService
-
- All Known Implementing Classes:
ProfileServiceImpl
public interface ProfileService- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangePassword(String originalPassword, String newPassword)org.apache.commons.lang3.tuple.Pair<String,InputStream>getProfilePicture()org.flowable.idm.api.UserupdateProfile(String firstName, String lastName, String email)voiduploadProfilePicture(String contentType, byte[] bytes)
-