Interface GlobalSecurityManager


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

      • globalACLCache

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

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