Class GroupMovedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.GroupMovedEvent
- All Implemented Interfaces:
Consumer<ClusterListener>
,ClusterEvent
,RealmCacheInvalidationEvent
@ProtoTypeId(65581)
public class GroupMovedEvent
extends InvalidationEvent
implements RealmCacheInvalidationEvent
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(RealmCacheManager realmCache, Set<String> invalidations) static GroupMovedEvent
create
(GroupModel group, GroupModel toParent, String realmId) boolean
int
hashCode()
toString()
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
getId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.cluster.ClusterEvent
accept
-
Method Details
-
create
-
toString
-
addInvalidations
- Specified by:
addInvalidations
in interfaceRealmCacheInvalidationEvent
-
equals
- Overrides:
equals
in classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvalidationEvent
-