Uses of Class
com.azure.storage.file.datalake.models.PathAccessControlEntry
Packages that use PathAccessControlEntry
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of PathAccessControlEntry in com.azure.storage.file.datalake
Method parameters in com.azure.storage.file.datalake with type arguments of type PathAccessControlEntryModifier and TypeMethodDescriptionDataLakePathAsyncClient.setAccessControlList
(List<PathAccessControlEntry> accessControlList, String group, String owner) Changes the access control list, group and/or owner for a resource.DataLakePathClient.setAccessControlList
(List<PathAccessControlEntry> accessControlList, String group, String owner) Changes the access control list, group and/or owner for a resource.DataLakePathAsyncClient.setAccessControlListWithResponse
(List<PathAccessControlEntry> accessControlList, String group, String owner, DataLakeRequestConditions requestConditions) Changes the access control list, group and/or owner for a resource.com.azure.core.http.rest.Response
<PathInfo> DataLakePathClient.setAccessControlListWithResponse
(List<PathAccessControlEntry> accessControlList, String group, String owner, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Changes the access control list, group and/or owner for a resource.DataLakePathAsyncClient.setAccessControlRecursive
(List<PathAccessControlEntry> accessControlList) Recursively sets the access control on a path and all subpaths.DataLakePathClient.setAccessControlRecursive
(List<PathAccessControlEntry> accessControlList) Recursively sets the access control on a path and all subpaths.DataLakePathAsyncClient.updateAccessControlRecursive
(List<PathAccessControlEntry> accessControlList) Recursively updates the access control on a path and all subpaths.DataLakePathClient.updateAccessControlRecursive
(List<PathAccessControlEntry> accessControlList) Recursively updates the access control on a path and all subpaths. -
Uses of PathAccessControlEntry in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return PathAccessControlEntryModifier and TypeMethodDescriptionstatic PathAccessControlEntry
Parses the provided string into aList<{@link PathAccessControlEntry}>
.PathAccessControlEntry.setAccessControlType
(AccessControlType accessControlType) Sets theAccessControlType
for this entry.PathAccessControlEntry.setDefaultScope
(boolean defaultScope) Sets whether this entry is the default for a directory.PathAccessControlEntry.setEntityId
(String entityId) Sets the entity ID to which this entry will apply.PathAccessControlEntry.setPermissions
(RolePermissions permissions) Sets the permissions for this entry.Methods in com.azure.storage.file.datalake.models that return types with arguments of type PathAccessControlEntryModifier and TypeMethodDescriptionFileReadHeaders.getAccessControlList()
Optional.PathAccessControl.getAccessControlList()
Get the accessControlList property: The accessControlList property.PathProperties.getAccessControlList()
Optional.static List
<PathAccessControlEntry> Deserializes an ACL to the format "user::rwx,user:john.doe@contoso:rwx,group::r--,other::---,mask=rwx"Method parameters in com.azure.storage.file.datalake.models with type arguments of type PathAccessControlEntryModifier and TypeMethodDescriptionstatic String
PathAccessControlEntry.serializeList
(List<PathAccessControlEntry> acl) Converts the Access Control List to aString
.FileReadHeaders.setAccessControlList
(List<PathAccessControlEntry> accessControlList) Optional.Constructor parameters in com.azure.storage.file.datalake.models with type arguments of type PathAccessControlEntryModifierConstructorDescriptionPathAccessControl
(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner) Constructs a newPathAccessControl
. -
Uses of PathAccessControlEntry in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return types with arguments of type PathAccessControlEntryModifier and TypeMethodDescriptionDataLakePathCreateOptions.getAccessControlList()
Gets the POSIX access control list for the file/directory.PathSetAccessControlRecursiveOptions.getAccessControlList()
Returns the POSIX access control list for the file or directory.PathUpdateAccessControlRecursiveOptions.getAccessControlList()
Returns the POSIX access control list for the file or directory.Method parameters in com.azure.storage.file.datalake.options with type arguments of type PathAccessControlEntryModifier and TypeMethodDescriptionDataLakePathCreateOptions.setAccessControlList
(List<PathAccessControlEntry> accessControl) Optional.Constructor parameters in com.azure.storage.file.datalake.options with type arguments of type PathAccessControlEntryModifierConstructorDescriptionPathSetAccessControlRecursiveOptions
(List<PathAccessControlEntry> accessControlList) Constructs a new options object.PathUpdateAccessControlRecursiveOptions
(List<PathAccessControlEntry> accessControlList) Constructs a new options object.