Ignore:
Timestamp:
02/04/24 16:57:49 (8 months ago)
Author:
darsov2 <62809499+darsov2@…>
Branches:
master
Children:
efaa053
Parents:
07f4e8b
Message:

ouath, mailing impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/tourMate/services/UsersManager.java

    r07f4e8b r0f5aa27  
    11package com.tourMate.services;
    22
     3import com.tourMate.dto.PrincipalInfo;
    34import com.tourMate.entities.User;
    45
     
    2021
    2122    void unlock(Long id);
     23
     24    List<User> getAdmins();
     25
     26    void connectAccount(Long id, String username, String password);
     27
     28    List<User> findConnectedAccountsByUser(Long id);
     29    PrincipalInfo getPrincipalInfo(Long userId);
    2230}
Note: See TracChangeset for help on using the changeset viewer.