@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()
GlobalSecurityManagerglobalACLCache in interface GlobalSecurityManager@ManagedOperation(name="Flush ACL Cache",
displayName="Flush ACL Cache",
description="Flushes the global ACL cache for this node")
public void flushGlobalACLCache()
GlobalSecurityManagerflushGlobalACLCache in interface GlobalSecurityManagerCopyright © 2022 JBoss by Red Hat. All rights reserved.