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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceServerUpdatedEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description ResourceServerUpdatedEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInvalidations(StoreFactoryCacheManager cache, Set<String> invalidations)
static ResourceServerUpdatedEvent
create(String id)
String
getId()
String
toString()
-
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, hashCode
-
-
-
-
Method Detail
-
create
public static ResourceServerUpdatedEvent create(String id)
-
getId
public String getId()
- Specified by:
getId
in classInvalidationEvent
-
addInvalidations
public void addInvalidations(StoreFactoryCacheManager cache, Set<String> invalidations)
- Specified by:
addInvalidations
in interfaceAuthorizationCacheInvalidationEvent
-
-