Class GroupUpdatedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.GroupUpdatedEvent
- All Implemented Interfaces:
 Consumer<ClusterListener>,ClusterEvent,RealmCacheInvalidationEvent
@ProtoTypeId(65583)
public class GroupUpdatedEvent
extends InvalidationEvent
implements RealmCacheInvalidationEvent
- Author:
 - Marek Posolda
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidations(RealmCacheManager realmCache, Set<String> invalidations) static GroupUpdatedEventtoString()Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, getId, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.cluster.ClusterEvent
accept 
- 
Method Details
- 
create
 - 
toString
 - 
addInvalidations
- Specified by:
 addInvalidationsin interfaceRealmCacheInvalidationEvent
 
 -