Class ResourceUpdatedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.authorization.events.ResourceUpdatedEvent
- All Implemented Interfaces:
Serializable
,ClusterEvent
,AuthorizationCacheInvalidationEvent
@SerializeWith(ExternalizerImpl.class)
public class ResourceUpdatedEvent
extends InvalidationEvent
implements AuthorizationCacheInvalidationEvent
- Author:
- Marek Posolda
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(StoreFactoryCacheManager cache, Set<String> invalidations) static ResourceUpdatedEvent
create
(String id, String name, String type, Set<String> uris, Set<String> scopes, String serverId, String owner) boolean
getId()
int
hashCode()
toString()
-
Constructor Details
-
ResourceUpdatedEvent
public ResourceUpdatedEvent()
-
-
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 interfaceAuthorizationCacheInvalidationEvent
-