Uses of Class
com.azure.storage.file.datalake.models.PathRemoveAccessControlEntry
Packages that use PathRemoveAccessControlEntry
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 PathRemoveAccessControlEntry in com.azure.storage.file.datalake
Method parameters in com.azure.storage.file.datalake with type arguments of type PathRemoveAccessControlEntryModifier and TypeMethodDescriptionDataLakePathAsyncClient.removeAccessControlRecursive
(List<PathRemoveAccessControlEntry> accessControlList) Recursively removes the access control on a path and all subpaths.DataLakePathClient.removeAccessControlRecursive
(List<PathRemoveAccessControlEntry> accessControlList) Recursively removes the access control on a path and all subpaths. -
Uses of PathRemoveAccessControlEntry in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return PathRemoveAccessControlEntryModifier and TypeMethodDescriptionstatic PathRemoveAccessControlEntry
Parses the provided string into aPathAccessControlEntry
.PathRemoveAccessControlEntry.setAccessControlType
(AccessControlType accessControlType) Specifies which role this entry targets.PathRemoveAccessControlEntry.setDefaultScope
(boolean defaultScope) Sets whether this is the default entry for the ACL.PathRemoveAccessControlEntry.setEntityId
(String entityId) Specifies the entity for which this entry applies.Methods in com.azure.storage.file.datalake.models that return types with arguments of type PathRemoveAccessControlEntryModifier and TypeMethodDescriptionstatic List
<PathRemoveAccessControlEntry> 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 PathRemoveAccessControlEntryModifier and TypeMethodDescriptionstatic String
PathRemoveAccessControlEntry.serializeList
(List<PathRemoveAccessControlEntry> acl) Converts the Access Control List to aString
. -
Uses of PathRemoveAccessControlEntry in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return types with arguments of type PathRemoveAccessControlEntryModifier and TypeMethodDescriptionPathRemoveAccessControlRecursiveOptions.getAccessControlList()
Returns the POSIX access control list for the file or directory.Constructor parameters in com.azure.storage.file.datalake.options with type arguments of type PathRemoveAccessControlEntryModifierConstructorDescriptionPathRemoveAccessControlRecursiveOptions
(List<PathRemoveAccessControlEntry> accessControlList) Constructs a new options object.