@SerializeWith(value=PolicyRemovedEvent.ExternalizerImpl.class) public class PolicyRemovedEvent extends InvalidationEvent implements AuthorizationCacheInvalidationEvent
Modifier and Type | Class and Description |
---|---|
static class |
PolicyRemovedEvent.ExternalizerImpl |
Constructor and Description |
---|
PolicyRemovedEvent() |
Modifier and Type | Method and Description |
---|---|
void |
addInvalidations(StoreFactoryCacheManager cache,
Set<String> invalidations) |
static PolicyRemovedEvent |
create(String id,
String name,
Set<String> resources,
Set<String> resourceTypes,
Set<String> scopes,
String serverId) |
boolean |
equals(Object o) |
String |
getId() |
int |
hashCode() |
String |
toString() |
public static PolicyRemovedEvent create(String id, String name, Set<String> resources, Set<String> resourceTypes, Set<String> scopes, String serverId)
public String getId()
getId
in class InvalidationEvent
public boolean equals(Object o)
equals
in class InvalidationEvent
public int hashCode()
hashCode
in class InvalidationEvent
public void addInvalidations(StoreFactoryCacheManager cache, Set<String> invalidations)
addInvalidations
in interface AuthorizationCacheInvalidationEvent
Copyright © 2021 JBoss by Red Hat. All rights reserved.