Interface UserAccountService

  • All Known Implementing Classes:
    UserAccountServiceImpl

    public interface UserAccountService
    Manage account of the current user
    • Method Detail

      • getCurrentUser

        org.molgenis.data.security.auth.User getCurrentUser()
        Returns the currently logged in user
      • updateCurrentUser

        void updateCurrentUser​(org.molgenis.data.security.auth.User user)
        Update the currently logged in user
        Parameters:
        user - updated user
      • validateCurrentUserPassword

        boolean validateCurrentUserPassword​(java.lang.String password)
        Validates the password of the current logged in user