Class AccessControlListModifications

  • All Implemented Interfaces:
    Serializable

    @Validated
    public class AccessControlListModifications
    extends Object
    implements Serializable
    Specifies modifications of an access control list.
    Author:
    Christian Bremer
    See Also:
    Serialized Form
    • Constructor Detail

      • AccessControlListModifications

        public AccessControlListModifications​(String newOwner,
                                              List<AccessControlEntryModifications> entries)
        Instantiates new access control list modifications.
        Parameters:
        newOwner - the new owner
        entries - the modification entries
    • Method Detail

      • getNewOwner

        public String getNewOwner()
        The owner is always granted and can only be changed by the owner.
        Returns:
        newOwner new owner
      • setNewOwner

        public void setNewOwner​(String newOwner)
        Sets new owner.
        Parameters:
        newOwner - the new owner