Add missing importUsersFromCSV implementation
This commit is contained in:
@@ -449,6 +449,12 @@ public class UserServiceImpl implements UserService {
|
|||||||
throw new UnsupportedOperationException("Export CSV non implémenté");
|
throw new UnsupportedOperationException("Export CSV non implémenté");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public dev.lions.user.manager.dto.importexport.ImportResultDTO importUsersFromCSV(@NotBlank String csvContent, @NotBlank String realmName) {
|
||||||
|
// TODO: Implémenter l'import CSV
|
||||||
|
throw new UnsupportedOperationException("Import CSV non implémenté");
|
||||||
|
}
|
||||||
|
|
||||||
// ==================== Méthodes privées ====================
|
// ==================== Méthodes privées ====================
|
||||||
|
|
||||||
private void setPassword(String userId, String realmName, String password, boolean temporary) {
|
private void setPassword(String userId, String realmName, String password, boolean temporary) {
|
||||||
|
|||||||
Reference in New Issue
Block a user