Class UserErasureRequest
The application's internal user data has been deleted and some data might not be accessible by the user's
name
anymore.
Where possible, the user's ID
should be used to find data associated with the user.
Alternatively, the original username
can be used to find data associated with the user.
Note that the ApplicationUser
has been deleted, so only the username
and
ID
properties are present and the active flag
is false
.
- Since:
- 5.16
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getUpdatedUser
- Returns:
- the user with the anonymized name
-
getOriginalUsername
- Returns:
- the original username previously associated with the anonymized user
-