Interface IACLConfigProvider


public interface IACLConfigProvider
Provider of ACL configurations (in the form of parsed DOMs).
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Details

    • addACLConfigListener

      void addACLConfigListener(IACLConfigProvider.IACLConfigListener l, IContextId contextId)
      Register given listener on given context.

      Listener will be immediately (synchronously) called for given context.

      Parameters:
      l - listener (not null)
      contextId - context id (not null)
    • removeACLConfigListener

      void removeACLConfigListener(IACLConfigProvider.IACLConfigListener l, IContextId contextId)
      Unregister given listener from given context.

      Does nothing if listener is not known.

      Parameters:
      l - listener (not null)
      contextId - context id (not null)