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 Summary

    Modifier and Type
    Method
    Description
    void
    eraseUser(com.atlassian.bitbucket.user.UserErasureRequest request)
     
  • Method Details

    • eraseUser

      void eraseUser(@Nonnull com.atlassian.bitbucket.user.UserErasureRequest request)