public interface ProfileService
| 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) |
Copyright © 2021 Flowable. All rights reserved.