Class GroupRemovedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.GroupRemovedEvent
- All Implemented Interfaces:
 Consumer<ClusterListener>,ClusterEvent,RealmCacheInvalidationEvent
@ProtoTypeId(65582)
public class GroupRemovedEvent
extends InvalidationEvent
implements RealmCacheInvalidationEvent
- Author:
 - Marek Posolda
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidations(RealmCacheManager realmCache, Set<String> invalidations) static GroupRemovedEventcreate(GroupModel group, String realmId) booleaninthashCode()toString()Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
getIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.cluster.ClusterEvent
accept 
- 
Constructor Details
- 
GroupRemovedEvent
 
 - 
 - 
Method Details
- 
create
 - 
toString
 - 
addInvalidations
- Specified by:
 addInvalidationsin interfaceRealmCacheInvalidationEvent
 - 
equals
- Overrides:
 equalsin classInvalidationEvent
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classInvalidationEvent
 
 -