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