Uses of Class
com.azure.storage.file.datalake.models.UserDelegationKey
-
Packages that use UserDelegationKey Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of UserDelegationKey in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return UserDelegationKey Modifier and Type Method Description UserDelegationKeyDataLakeServiceClient. 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 UserDelegationKey Modifier and Type Method Description Mono<UserDelegationKey>DataLakeServiceAsyncClient. 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 UserDelegationKey Modifier and Type Method Description StringDataLakeFileSystemAsyncClient. 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 UserDelegationKey in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return UserDelegationKey Modifier and Type Method Description UserDelegationKeyUserDelegationKey. setSignedExpiry(OffsetDateTime signedExpiry)Set the signedExpiry property: The date-time the key expires.UserDelegationKeyUserDelegationKey. setSignedObjectId(String signedObjectId)Set the signedObjectId property: The Azure Active Directory object ID in GUID format.UserDelegationKeyUserDelegationKey. setSignedService(String signedService)Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.UserDelegationKeyUserDelegationKey. setSignedStart(OffsetDateTime signedStart)Set the signedStart property: The date-time the key is active.UserDelegationKeyUserDelegationKey. setSignedTenantId(String signedTenantId)Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.UserDelegationKeyUserDelegationKey. setSignedVersion(String signedVersion)Set the signedVersion property: The service version that created the key.UserDelegationKeyUserDelegationKey. setValue(String value)Set the value property: The key as a base64 string.
-