Uses of Class
com.azure.storage.blob.sas.BlobSasPermission
Package
Description
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
-
Uses of BlobSasPermission in com.azure.storage.blob.sas
Modifier and TypeMethodDescriptionstatic BlobSasPermission
Creates aBlobSasPermission
from the specified permissions string.BlobSasPermission.setAddPermission
(boolean hasAddPermission) Sets the add permission status.BlobSasPermission.setCreatePermission
(boolean hasCreatePermission) Sets the create permission status.BlobSasPermission.setDeletePermission
(boolean hasDeletePermission) Sets the delete permission status.BlobSasPermission.setDeleteVersionPermission
(boolean hasDeleteVersionPermission) Sets the delete version permission status.BlobSasPermission.setExecutePermission
(boolean hasExecutePermission) Sets the execute permission status.BlobSasPermission.setImmutabilityPolicyPermission
(boolean immutabilityPolicyPermission) Sets the set immutability policy permission status.BlobSasPermission.setListPermission
(boolean hasListPermission) Sets the list permission status.BlobSasPermission.setMovePermission
(boolean hasMovePermission) Sets the move permission status.BlobSasPermission.setPermanentDeletePermission
(boolean permanentDeletePermission) Sets the permanent delete permission status.BlobSasPermission.setReadPermission
(boolean hasReadPermission) Sets the read permission status.BlobSasPermission.setTagsPermission
(boolean tagsPermission) Sets the tags permission status.BlobSasPermission.setWritePermission
(boolean hasWritePermission) Sets the write permission status.Modifier and TypeMethodDescriptionBlobServiceSasSignatureValues.setPermissions
(BlobSasPermission permissions) Sets the Blob permissions allowed by the SAS.ModifierConstructorDescriptionBlobServiceSasSignatureValues
(OffsetDateTime expiryTime, BlobSasPermission permissions) Creates an object with the specified expiry time and permissions