PathAccessControl Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. PathAccessControl
- com.
public class PathAccessControl
This class contains properties that are gettable and settable for path access control.
Constructor Summary
Constructor | Description |
---|---|
PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner) |
Constructs a new PathAccessControl. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Path |
getAccessControlList()
Get the access |
String |
getGroup()
Get the group property: The group property. |
String |
getOwner()
Get the owner property: The owner property. |
Path |
getPermissions()
Get the permissions property: The permissions property. |
Methods inherited from java.lang.Object
Constructor Details
PathAccessControl
public PathAccessControl(List
Constructs a new PathAccessControl.
Parameters:
Method Details
getAccessControlList
public List
Get the accessControlList property: The accessControlList property.
Returns:
getGroup
public String getGroup()
Get the group property: The group property.
Returns:
getOwner
public String getOwner()
Get the owner property: The owner property.
Returns:
getPermissions
public PathPermissions getPermissions()
Get the permissions property: The permissions property.
Returns: