Package com.seeq.model
Class AclInputV1
java.lang.Object
com.seeq.model.AclInputV1
AclInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEntriesItem
(AceInputV1 entriesItem) disablePermissionInheritance
(Boolean disablePermissionInheritance) entries
(List<AceInputV1> entries) boolean
Whether permission inheritance for the item should be disabled (default is false)List of access control entries to set.If true, any existing inherited access control entries should be merged into the supplied ACL (default is true).If true, new acl entries will be generated and returned but those acl entries will not be persisted to the item.int
hashCode()
localizeInherited
(Boolean localizeInherited) void
setDisablePermissionInheritance
(Boolean disablePermissionInheritance) void
setEntries
(List<AceInputV1> entries) void
setLocalizeInherited
(Boolean localizeInherited) void
setPreview
(Boolean preview) toString()
-
Constructor Details
-
AclInputV1
public AclInputV1()
-
-
Method Details
-
disablePermissionInheritance
-
getDisablePermissionInheritance
Whether permission inheritance for the item should be disabled (default is false)- Returns:
- disablePermissionInheritance
-
setDisablePermissionInheritance
-
entries
-
addEntriesItem
-
getEntries
List of access control entries to set. Entries will be flattened to a minimal set of entries- Returns:
- entries
-
setEntries
-
localizeInherited
-
getLocalizeInherited
If true, any existing inherited access control entries should be merged into the supplied ACL (default is true). This enables changing permission inheritance without changing the access to the item (default is true).- Returns:
- localizeInherited
-
setLocalizeInherited
-
preview
-
getPreview
If true, new acl entries will be generated and returned but those acl entries will not be persisted to the item. This is useful for previewing how an acl change will modify entries without persisting the change- Returns:
- preview
-
setPreview
-
equals
-
hashCode
public int hashCode() -
toString
-