Class Overview
Raised when a group is deleted from all user directories visible to the server.
Clients that store data used to authorize a group should subscribe to this event to clean up data related to the
deleted group. For example, if a plugin allocates resource permissions to groups, it should listen for this event
and delete those permissions.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Methods |
@Nonnull
String
|
getGroup()
|
[Expand]
Inherited Methods |
From class
com.atlassian.bitbucket.event.ApplicationEvent
|
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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
GroupCleanupEvent
(Object source, String group)
Public Methods
@Nonnull
public
String
getGroup
()