public class GroupMembershipsCreatedEvent extends DirectoryEvent
GroupMembershipCreatedEvent. In 2.x the two events are always emitted one after the other, with the same data.
Listeners should listen to either GroupMembershipsCreatedEvent or GroupMembershipCreatedEvent.| Constructor and Description |
|---|
GroupMembershipsCreatedEvent(Object source,
Directory directory,
Iterable<String> entityNames,
String groupName,
MembershipType membershipType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getEntityNames() |
String |
getGroupName() |
MembershipType |
getMembershipType() |
int |
hashCode() |
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryTypegetSource, getTimestamppublic Collection<String> getEntityNames()
public String getGroupName()
public MembershipType getMembershipType()
public boolean equals(Object o)
equals in class DirectoryEventpublic int hashCode()
hashCode in class DirectoryEventCopyright © 2020 Atlassian. All rights reserved.