Class ClientScopeAddedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.ClientScopeAddedEvent
- All Implemented Interfaces:
Serializable
,ClusterEvent
,RealmCacheInvalidationEvent
@SerializeWith(ExternalizerImpl.class)
public class ClientScopeAddedEvent
extends InvalidationEvent
implements RealmCacheInvalidationEvent
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(RealmCacheManager realmCache, Set<String> invalidations) static ClientScopeAddedEvent
boolean
getId()
int
hashCode()
toString()
-
Constructor Details
-
ClientScopeAddedEvent
public ClientScopeAddedEvent()
-
-
Method Details
-
create
-
getId
- Specified by:
getId
in classInvalidationEvent
-
equals
- Overrides:
equals
in classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvalidationEvent
-
toString
-
addInvalidations
- Specified by:
addInvalidations
in interfaceRealmCacheInvalidationEvent
-