@AsynchronousPreferred @TransactionAware public class UserErasedEvent extends ApplicationEvent
username
.
Clients that store personally identifying user data should implement a UserErasureModuleDescriptor
with a
corresponding handler to erase this data.
This event is internally audited with a Priority.HIGH
priority.
UserAdminService.eraseUser(String)
,
Serialized Formsource
Constructor and Description |
---|
UserErasedEvent(Object source,
long duration,
String originalUsername,
ApplicationUser updatedUser) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
String |
getOriginalUsername() |
ApplicationUser |
getUpdatedUser() |
getDate, getUser
getSource, toString
public long getDuration()
@Nonnull public String getOriginalUsername()
@Nonnull public ApplicationUser getUpdatedUser()
Copyright © 2019 Atlassian. All rights reserved.