Package com.atlassian.bitbucket.user
Interface UserErasureHandler
public interface UserErasureHandler
User Anonymization SPI
 
Implement this interface to be notified whenever an admin requests for a user to be anonymized in the system.
 To make use of an implementation, declare a <user-erasure-handler> module
 in your atlassian-plugin.xml.
- Since:
- 5.16
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoideraseUser(com.atlassian.bitbucket.user.UserErasureRequest request) 
- 
Method Details- 
eraseUservoid eraseUser(@Nonnull com.atlassian.bitbucket.user.UserErasureRequest request) 
 
-