#2274: My2FASetupData.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupData.kt Data Class, projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupData.kt (69 lines) 69 lines · 34 code · 25 comments · 10 blank
Source file: My2FASetupData.kt - data class in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Implemented as a Kotlin data class with concise property declarations and auto-generated equals/hashCode/toString.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
1b50060c3aBaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
2a8ea2076cMigration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
67805f2fc1ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
38bec971afThreadLocal -> Kotlin
ec0cb592d9WebAuthn works now (also for Password reset, 2FA after login etc.)
0c9bd0e16aWIP: WebAuthn
795958fc5dWIP: WebAuthn
dbf4809248WIP: WebAuthn. 2FA rest stuff moved to own sub package.