Class PathAccessControl
java.lang.Object
com.azure.storage.file.datalake.models.PathAccessControl
This class contains properties that are gettable and settable for path access control.
-
Constructor Summary
ConstructorsConstructorDescriptionPathAccessControl
(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner) Constructs a newPathAccessControl
. -
Method Summary
-
Constructor Details
-
PathAccessControl
public PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner) Constructs a newPathAccessControl
.- Parameters:
accessControlList
- A list ofPathAccessControlEntry
permissions
-PathPermissions
group
- The groupowner
- The owner
-
-
Method Details
-
getAccessControlList
Get the accessControlList property: The accessControlList property.- Returns:
- the accessControlList value.
-
getGroup
Get the group property: The group property.- Returns:
- the group value.
-
getOwner
Get the owner property: The owner property.- Returns:
- the owner value.
-
getPermissions
Get the permissions property: The permissions property.- Returns:
- the permissions value.
-