Class ScopeUpdatedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.authorization.events.ScopeUpdatedEvent
- All Implemented Interfaces:
Consumer<ClusterListener>
,ClusterEvent
,AuthorizationCacheInvalidationEvent
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(StoreFactoryCacheManager cache, Set<String> invalidations) static ScopeUpdatedEvent
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
-
addInvalidations
-
equals
- Overrides:
equals
in classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvalidationEvent
-
toString
-