@MBean(objectName="GlobalSecurityManager", description="Controls global ACL caches") public class GlobalSecurityManagerImpl extends Object implements GlobalSecurityManager
Constructor and Description |
---|
GlobalSecurityManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
flushGlobalACLCache()
Flushes the ACL cache for this node
|
Cache<?,?> |
globalACLCache()
Returns the global ACL cache
|
void |
init(EmbeddedCacheManager cacheManager,
GlobalConfiguration globalConfiguration,
InternalCacheRegistry internalCacheRegistry) |
public void init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)
public Cache<?,?> globalACLCache()
GlobalSecurityManager
globalACLCache
in interface GlobalSecurityManager
@ManagedOperation(name="Flush ACL Cache", displayName="Flush ACL Cache", description="Flushes the global ACL cache for this node") public void flushGlobalACLCache()
GlobalSecurityManager
flushGlobalACLCache
in interface GlobalSecurityManager
Copyright © 2021 JBoss by Red Hat. All rights reserved.