Interface AclManager

  • All Known Implementing Classes:
    DefaultAclManager

    public interface AclManager
    The Manager able to collect and build System Users and related ACL policies.
    • Method Detail

      • addSystemUser

        boolean addSystemUser​(SystemUser systemUser)
      • addAcl

        boolean addAcl​(String systemUser,
                       Acl acl)
      • addNodetypeRegistrationSentence

        void addNodetypeRegistrationSentence​(String nodetypeRegistrationSentence)
      • addPrivilege

        void addPrivilege​(String privilege)
      • reset

        void reset()