Interface UserDeleteVeto

All Known Implementing Classes:
MockUserDeleteVeto, UserDeleteVetoImpl

@Internal public interface UserDeleteVeto
Service that can decide whether a user can be deleted or not.

For example if a user is assigned to issues, then this account should not be deleted. If a user delete is vetoed, then the system should disable the account instead, but remember the details of the old account (display name and email address).

Since:
v6.1
  • Method Details