Uses of Class
com.azure.storage.file.datalake.models.UserDelegationKey
Packages that use UserDelegationKey
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of UserDelegationKey in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return UserDelegationKeyModifier and TypeMethodDescriptionDataLakeServiceClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's data lake storage.Methods in com.azure.storage.file.datalake that return types with arguments of type UserDelegationKeyModifier and TypeMethodDescriptionDataLakeServiceAsyncClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's data lake storage.Mono<com.azure.core.http.rest.Response<UserDelegationKey>> DataLakeServiceAsyncClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's data lake storage.com.azure.core.http.rest.Response<UserDelegationKey> DataLakeServiceClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry, Duration timeout, com.azure.core.util.Context context) Gets a user delegation key for use with this account's data lake storage.Methods in com.azure.storage.file.datalake with parameters of type UserDelegationKeyModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.DataLakeFileSystemAsyncClient.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.DataLakeFileSystemAsyncClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.DataLakeFileSystemClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.DataLakeFileSystemClient.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.DataLakeFileSystemClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the file system using the specifiedDataLakeServiceSasSignatureValues.DataLakePathAsyncClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.DataLakePathAsyncClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.DataLakePathAsyncClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.DataLakePathClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.DataLakePathClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, com.azure.core.util.Context context) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues.DataLakePathClient.generateUserDelegationSas(DataLakeServiceSasSignatureValues dataLakeServiceSasSignatureValues, UserDelegationKey userDelegationKey, String accountName, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the path using the specifiedDataLakeServiceSasSignatureValues. -
Uses of UserDelegationKey in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return UserDelegationKeyModifier and TypeMethodDescriptionUserDelegationKey.setSignedExpiry(OffsetDateTime signedExpiry) Set the signedExpiry property: The date-time the key expires.UserDelegationKey.setSignedObjectId(String signedObjectId) Set the signedObjectId property: The Azure Active Directory object ID in GUID format.UserDelegationKey.setSignedService(String signedService) Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.UserDelegationKey.setSignedStart(OffsetDateTime signedStart) Set the signedStart property: The date-time the key is active.UserDelegationKey.setSignedTenantId(String signedTenantId) Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.UserDelegationKey.setSignedVersion(String signedVersion) Set the signedVersion property: The service version that created the key.Set the value property: The key as a base64 string.