Class AccessControlList

    • Constructor Detail

      • AccessControlList

        public AccessControlList​(String owner,
                                 List<AccessControlEntry> entries)
        Instantiates a new access control list.
        Parameters:
        owner - the owner
        entries - the entries
    • Method Detail

      • getOwner

        public String getOwner()
        The owner is always granted and can only be changed by the owner.
        Returns:
        owner owner
      • setOwner

        public void setOwner​(String owner)
        Sets owner.
        Parameters:
        owner - the owner
      • setEntries

        public void setEntries​(List<AccessControlEntry> entries)
        Sets entries.
        Parameters:
        entries - the entries