public class PathAccessControl extends Object
| Constructor and Description |
|---|
PathAccessControl(List<PathAccessControlEntry> accessControlList,
PathPermissions permissions,
String group,
String owner)
Constructs a new
PathAccessControl. |
| 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.
|
public PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)
PathAccessControl.accessControlList - A list of PathAccessControlEntrypermissions - PathPermissionsgroup - The groupowner - The ownerpublic List<PathAccessControlEntry> getAccessControlList()
public String getGroup()
public String getOwner()
public PathPermissions getPermissions()
Copyright © 2021 Microsoft Corporation. All rights reserved.