Class PathAccessControl
- java.lang.Object
-
- com.azure.storage.file.datalake.models.PathAccessControl
-
public class PathAccessControl extends Object
This class contains properties that are gettable and settable for path access control.
-
-
Constructor Summary
Constructors Constructor Description PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)Constructs a newPathAccessControl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PathAccessControlEntry>getAccessControlList()Get the accessControlList property: The accessControlList property.StringgetGroup()Get the group property: The group property.StringgetOwner()Get the owner property: The owner property.PathPermissionsgetPermissions()Get the permissions property: The permissions property.
-
-
-
Constructor Detail
-
PathAccessControl
public PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)
Constructs a newPathAccessControl.- Parameters:
accessControlList- A list ofPathAccessControlEntrypermissions-PathPermissionsgroup- The groupowner- The owner
-
-
Method Detail
-
getAccessControlList
public List<PathAccessControlEntry> getAccessControlList()
Get the accessControlList property: The accessControlList property.- Returns:
- the accessControlList value.
-
getGroup
public String getGroup()
Get the group property: The group property.- Returns:
- the group value.
-
getOwner
public String getOwner()
Get the owner property: The owner property.- Returns:
- the owner value.
-
getPermissions
public PathPermissions getPermissions()
Get the permissions property: The permissions property.- Returns:
- the permissions value.
-
-