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
Modifier and TypeMethodDescriptionvoid
addInvalidations
(StoreFactoryCacheManager realmCache, Set<String> invalidations)
-
Method Details
-
addInvalidations
-