Package org.infinispan.security
Interface GlobalSecurityManager
-
public interface GlobalSecurityManager
GlobalSecurityManager.- Since:
- 8.1
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flushGlobalACLCache()
Flushes the ACL cache for this nodeCache<?,?>
globalACLCache()
Returns the global ACL cache
-
-
-
Method Detail
-
globalACLCache
Cache<?,?> globalACLCache()
Returns the global ACL cache
-
flushGlobalACLCache
void flushGlobalACLCache()
Flushes the ACL cache for this node
-
-