Uses of Class
com.azure.storage.blob.sas.BlobSasPermission
Packages that use BlobSasPermission
Package
Description
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
-
Uses of BlobSasPermission in com.azure.storage.blob.sas
Methods in com.azure.storage.blob.sas that return BlobSasPermissionModifier and TypeMethodDescriptionstatic BlobSasPermissionCreates aBlobSasPermissionfrom 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.Methods in com.azure.storage.blob.sas with parameters of type BlobSasPermissionModifier and TypeMethodDescriptionBlobServiceSasSignatureValues.setPermissions(BlobSasPermission permissions) Sets the Blob permissions allowed by the SAS.Constructors in com.azure.storage.blob.sas with parameters of type BlobSasPermissionModifierConstructorDescriptionBlobServiceSasSignatureValues(OffsetDateTime expiryTime, BlobSasPermission permissions) Creates an object with the specified expiry time and permissions