public class GroupCleanupEvent extends ApplicationEvent
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.
source| Constructor and Description |
|---|
GroupCleanupEvent(Object source,
String group) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
getDate, getUsergetSource, toStringCopyright © 2019 Atlassian. All rights reserved.