PathAccessControl Class

  • java.lang.Object
    • com.azure.storage.file.datalake.models.PathAccessControl

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<PathAccessControlEntry> getAccessControlList()

Get the accessControlList property: The accessControlList property.

String getGroup()

Get the group property: The group property.

String getOwner()

Get the owner property: The owner property.

PathPermissions getPermissions()

Get the permissions property: The permissions property.

Methods inherited from java.lang.Object

Constructor Details

PathAccessControl

public PathAccessControl(List accessControlList, PathPermissions permissions, String group, String owner)

Constructs a new PathAccessControl.

Parameters:

accessControlList - A list of PathAccessControlEntry
permissions - PathPermissions
group - The group
owner - The owner

Method Details

getAccessControlList

public List 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.

Applies to