Class Overview
Raised when a user is deleted from all Directory user directories visible to the server.
Clients that store data used to authenticate or authorize a user should subscribe to this event to
clean up data related to the deleted user. For example, if a plugin stores a secure key used to authenticate a user,
it should listen for this event and delete those keys. Note that content created by the user typically shouldn't be
deleted when the user is deleted, as it may still be of historical interest.
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.event.StashEvent
|
From class
java.util.EventObject
|
Object
|
getSource()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
UserCleanupEvent
(Object source, StashUser deletedUser)
Public Methods