Package org.infinispan.security
Interface GlobalSecurityManager
- All Known Implementing Classes:
GlobalSecurityManagerImpl
public interface GlobalSecurityManager
GlobalSecurityManager.
- Since:
- 8.1
- Author:
- Tristan Tarrant
-
Method Summary
Modifier and TypeMethodDescriptionFlushes the ACL cache for this nodevoid
<K,
V> Map <K, V> Returns the global ACL cache
-
Method Details
-
globalACLCache
Returns the global ACL cache -
flushGlobalACLCache
CompletionStage<Void> flushGlobalACLCache()Flushes the ACL cache for this node- Returns:
-
flushLocalACLCache
void flushLocalACLCache()
-