Uses of Class
com.azure.storage.file.datalake.sas.PathSasPermission
Packages that use PathSasPermission
Package
Description
Package containing sas related classes for DataLakeStorageClient.
-
Uses of PathSasPermission in com.azure.storage.file.datalake.sas
Methods in com.azure.storage.file.datalake.sas that return PathSasPermissionModifier and TypeMethodDescriptionstatic PathSasPermission
Creates aPathSasPermission
from the specified permissions string.PathSasPermission.setAddPermission
(boolean hasAddPermission) Sets the add permission status.PathSasPermission.setCreatePermission
(boolean hasCreatePermission) Sets the create permission status.PathSasPermission.setDeletePermission
(boolean hasDeletePermission) Sets the delete permission status.PathSasPermission.setExecutePermission
(boolean hasExecutePermission) Sets the execute permission status.PathSasPermission.setListPermission
(boolean hasListPermission) Sets the list permission status.PathSasPermission.setManageAccessControlPermission
(boolean hasManageAccessControlPermission) Sets the manage access control permission status.PathSasPermission.setManageOwnershipPermission
(boolean hasManageOwnershipPermission) Sets the manage ownership permission status.PathSasPermission.setMovePermission
(boolean hasMovePermission) Sets the move permission status.PathSasPermission.setReadPermission
(boolean hasReadPermission) Sets the read permission status.PathSasPermission.setWritePermission
(boolean hasWritePermission) Sets the write permission status.Methods in com.azure.storage.file.datalake.sas with parameters of type PathSasPermissionModifier and TypeMethodDescriptionDataLakeServiceSasSignatureValues.setPermissions
(PathSasPermission permissions) Sets the Path permissions allowed by the SAS.Constructors in com.azure.storage.file.datalake.sas with parameters of type PathSasPermissionModifierConstructorDescriptionDataLakeServiceSasSignatureValues
(OffsetDateTime expiryTime, PathSasPermission permissions) Creates an object with the specified expiry time and permissions