Interface AuthorizationCacheInvalidationEvent
-
- All Known Implementing Classes:
PermissionTicketRemovedEvent
,PermissionTicketUpdatedEvent
,PolicyRemovedEvent
,PolicyUpdatedEvent
,ResourceRemovedEvent
,ResourceServerRemovedEvent
,ResourceServerUpdatedEvent
,ResourceUpdatedEvent
,ScopeRemovedEvent
,ScopeUpdatedEvent
public interface AuthorizationCacheInvalidationEvent
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addInvalidations(StoreFactoryCacheManager realmCache, Set<String> invalidations)
-
-
-
Method Detail
-
addInvalidations
void addInvalidations(StoreFactoryCacheManager realmCache, Set<String> invalidations)
-
-