public interface

UserErasureHandler

com.atlassian.bitbucket.user.UserErasureHandler

Class Overview

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.

See Also

Summary

Public Methods
void eraseUser(UserErasureRequest request)

Public Methods

public void eraseUser (UserErasureRequest request)