Interface ProfileService

  • All Known Implementing Classes:
    ProfileServiceImpl

    public interface ProfileService
    Author:
    Joram Barrez
    • Method Detail

      • updateProfile

        org.flowable.idm.api.User updateProfile​(String firstName,
                                                String lastName,
                                                String email)
      • changePassword

        void changePassword​(String originalPassword,
                            String newPassword)
      • getProfilePicture

        org.apache.commons.lang3.tuple.Pair<String,​InputStream> getProfilePicture()
      • uploadProfilePicture

        void uploadProfilePicture​(String contentType,
                                  byte[] bytes)