Class ResourceRemovedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.authorization.events.ResourceRemovedEvent
- All Implemented Interfaces:
Serializable,ClusterEvent,AuthorizationCacheInvalidationEvent
@SerializeWith(ExternalizerImpl.class)
public class ResourceRemovedEvent
extends InvalidationEvent
implements AuthorizationCacheInvalidationEvent
- Author:
- Marek Posolda
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidations(StoreFactoryCacheManager cache, Set<String> invalidations) static ResourceRemovedEventcreate(String id, String name, String type, Set<String> uris, String owner, Set<String> scopes, String serverId) booleangetId()inthashCode()toString()
-
Constructor Details
-
ResourceRemovedEvent
public ResourceRemovedEvent()
-
-
Method Details
-
create
-
getId
- Specified by:
getIdin classInvalidationEvent
-
equals
- Overrides:
equalsin classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classInvalidationEvent
-
toString
-
addInvalidations
- Specified by:
addInvalidationsin interfaceAuthorizationCacheInvalidationEvent
-