Class PermissionTicketRemovedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.authorization.events.PermissionTicketRemovedEvent
- All Implemented Interfaces:
Consumer<ClusterListener>
,ClusterEvent
,AuthorizationCacheInvalidationEvent
public class PermissionTicketRemovedEvent
extends InvalidationEvent
implements AuthorizationCacheInvalidationEvent
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(StoreFactoryCacheManager cache, Set<String> invalidations) static PermissionTicketRemovedEvent
create
(String id, String owner, String requester, String resource, String resourceName, String scope, String serverId) boolean
int
hashCode()
toString()
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
getId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.cluster.ClusterEvent
accept
-
Method Details
-
create
-
equals
- Overrides:
equals
in classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvalidationEvent
-
toString
-
addInvalidations
- Specified by:
addInvalidations
in interfaceAuthorizationCacheInvalidationEvent
-