Interface GlobalSecurityManager

All Known Implementing Classes:
GlobalSecurityManagerImpl

public interface GlobalSecurityManager
GlobalSecurityManager.
Since:
8.1
Author:
Tristan Tarrant
  • Method Details

    • globalACLCache

      <K, V> Map<K,V> globalACLCache()
      Returns the global ACL cache
    • flushGlobalACLCache

      CompletionStage<Void> flushGlobalACLCache()
      Flushes the ACL cache for this node
      Returns: