Uses of Class
com.azure.storage.file.datalake.sas.DataLakeServiceSasSignatureValues
-
Packages that use DataLakeServiceSasSignatureValues Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.sas Package containing sas related classes for DataLakeStorageClient. -
-
Uses of DataLakeServiceSasSignatureValues in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeServiceSasSignatureValues Modifier and Type Method Description StringDataLakeFileSystemAsyncClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues)Generates a service SAS for the file system using the specifiedDataLakeServiceSasSignatureValuesStringDataLakeFileSystemAsyncClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the file system using the specifiedDataLakeServiceSasSignatureValuesStringDataLakeFileSystemClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues)Generates a service SAS for the file system using the specifiedDataLakeServiceSasSignatureValuesStringDataLakeFileSystemClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the file system using the specifiedDataLakeServiceSasSignatureValuesStringDataLakePathAsyncClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues)Generates a service SAS for the path using the specifiedDataLakeServiceSasSignatureValuesStringDataLakePathAsyncClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the path using the specifiedDataLakeServiceSasSignatureValuesStringDataLakePathClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues)Generates a service SAS for the path using the specifiedDataLakeServiceSasSignatureValuesStringDataLakePathClient. generateSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, com.azure.core.util.Context context)Generates a service SAS for the path using the specifiedDataLakeServiceSasSignatureValuesStringDataLakeFileSystemAsyncClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey)Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.StringDataLakeFileSystemAsyncClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context)Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.StringDataLakeFileSystemClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey)Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.StringDataLakeFileSystemClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context)Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.StringDataLakePathAsyncClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey)Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.StringDataLakePathAsyncClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context)Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.StringDataLakePathClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey)Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.StringDataLakePathClient. generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context)Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues. -
Uses of DataLakeServiceSasSignatureValues in com.azure.storage.file.datalake.sas
Methods in com.azure.storage.file.datalake.sas that return DataLakeServiceSasSignatureValues Modifier and Type Method Description DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setAgentObjectId(String agentObjectId)Sets the AAD object ID of a user assumed to be unauthorized by the owner of the user delegation key to perform the action granted by the SAS token.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setCacheControl(String cacheControl)Sets the cache-control header for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setContentDisposition(String contentDisposition)Sets the content-disposition header for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setContentEncoding(String contentEncoding)Sets the content-encoding header for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setContentLanguage(String contentLanguage)Sets the content-language header for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setContentType(String contentType)Sets the content-type header for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setCorrelationId(String correlationId)Sets the correlation id value for the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setExpiryTime(OffsetDateTime expiryTime)Sets the time after which the SAS will no longer work.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setIdentifier(String identifier)Sets the name of the access policy on the file system this SAS references if any.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setPermissions(FileSystemSasPermission permissions)Sets the File System permissions allowed by the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setPermissions(PathSasPermission permissions)Sets the Path permissions allowed by the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setPreauthorizedAgentObjectId(String preauthorizedAgentObjectId)Sets the AAD object ID of a user assumed to be authorized by the owner of the user delegation key to perform the action granted by the SAS token.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setProtocol(com.azure.storage.common.sas.SasProtocol protocol)Sets theSasProtocolwhich determines the protocols allowed by the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setSasIpRange(com.azure.storage.common.sas.SasIpRange sasIpRange)Sets theSasIpRangewhich determines the IP ranges that are allowed to use the SAS.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setStartTime(OffsetDateTime startTime)Sets when the SAS will take effect.DataLakeServiceSasSignatureValuesDataLakeServiceSasSignatureValues. setVersion(String version)Deprecated.The version is set to the latest version of sas.
-