Package org.infinispan.security.impl
Class GlobalSecurityManagerImpl
- java.lang.Object
-
- org.infinispan.security.impl.GlobalSecurityManagerImpl
-
- All Implemented Interfaces:
GlobalSecurityManager
public class GlobalSecurityManagerImpl extends Object implements GlobalSecurityManager
GlobalSecurityManagerImpl. Initialize the global ACL cache.- Since:
- 8.1
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GlobalSecurityManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flushGlobalACLCache()
Flushes the ACL cache for this nodeCache<?,?>
globalACLCache()
Returns the global ACL cachevoid
init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)
-
-
-
Method Detail
-
init
public void init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)
-
globalACLCache
public Cache<?,?> globalACLCache()
Description copied from interface:GlobalSecurityManager
Returns the global ACL cache- Specified by:
globalACLCache
in interfaceGlobalSecurityManager
-
flushGlobalACLCache
public void flushGlobalACLCache()
Description copied from interface:GlobalSecurityManager
Flushes the ACL cache for this node- Specified by:
flushGlobalACLCache
in interfaceGlobalSecurityManager
-
-