Interface UserMessagingService<D extends User>

    • Method Detail

      • sendResetPasswordEmail

        void sendResetPasswordEmail​(D user,
                                    String token,
                                    String clientId)
        Dispatches a "RESET_PASSWORD" AuthenticationEvent.
        Parameters:
        user - the user requesting a reset password.
        token - the secure token to facilitate the password reset.
        clientId - the client id associated with the request.
      • sendPasswordChangedEmail

        void sendPasswordChangedEmail​(D user,
                                      String clientId)
        Dispatches a "PASSWORD_CHANGED" AuthenticationEvent.
        Parameters:
        user - the user requesting a reset password.
        clientId - the client id associated with the request.