Class ResourceServerUpdatedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.authorization.events.ResourceServerUpdatedEvent
- All Implemented Interfaces:
Serializable
,ClusterEvent
,AuthorizationCacheInvalidationEvent
@SerializeWith(ExternalizerImpl.class)
public class ResourceServerUpdatedEvent
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 ResourceServerUpdatedEvent
getId()
toString()
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, hashCode
-
Constructor Details
-
ResourceServerUpdatedEvent
public ResourceServerUpdatedEvent()
-
-
Method Details
-
create
-
getId
- Specified by:
getId
in classInvalidationEvent
-
toString
-
addInvalidations
- Specified by:
addInvalidations
in interfaceAuthorizationCacheInvalidationEvent
-