Uses of Class
com.azure.storage.file.share.models.UserDelegationKey
Packages that use UserDelegationKey
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
null.
-
Uses of UserDelegationKey in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return UserDelegationKeyModifier and TypeMethodDescriptionShareServiceClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's share.Methods in com.azure.storage.file.share that return types with arguments of type UserDelegationKeyModifier and TypeMethodDescriptionShareServiceAsyncClient.getUserDelegationKey(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's share.Mono<com.azure.core.http.rest.Response<UserDelegationKey>> ShareServiceAsyncClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry) Gets a user delegation key for use with this account's share.com.azure.core.http.rest.Response<UserDelegationKey> ShareServiceClient.getUserDelegationKeyWithResponse(OffsetDateTime start, OffsetDateTime expiry, Duration timeout, com.azure.core.util.Context context) Gets a user delegation key for use with this account's share.Methods in com.azure.storage.file.share with parameters of type UserDelegationKeyModifier and TypeMethodDescriptionShareAsyncClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the share using the specifiedShareServiceSasSignatureValues.ShareAsyncClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the share using the specifiedShareServiceSasSignatureValues.ShareClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the share using the specifiedShareServiceSasSignatureValues.ShareClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the share using the specifiedShareServiceSasSignatureValues.ShareFileAsyncClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the file using the specifiedShareServiceSasSignatureValues.ShareFileAsyncClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the file using the specifiedShareServiceSasSignatureValues.ShareFileClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey) Generates a user delegation SAS for the file using the specifiedShareServiceSasSignatureValues.ShareFileClient.generateUserDelegationSas(ShareServiceSasSignatureValues shareServiceSasSignatureValues, UserDelegationKey userDelegationKey, Consumer<String> stringToSignHandler, com.azure.core.util.Context context) Generates a user delegation SAS for the file using the specifiedShareServiceSasSignatureValues. -
Uses of UserDelegationKey in com.azure.storage.file.share.models
Classes in com.azure.storage.file.share.models that implement interfaces with type arguments of type UserDelegationKeyMethods in com.azure.storage.file.share.models that return UserDelegationKeyModifier and TypeMethodDescriptionstatic UserDelegationKeyUserDelegationKey.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of UserDelegationKey from the XmlReader.static UserDelegationKeyReads an instance of UserDelegationKey from the XmlReader.UserDelegationKey.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.