Package com.azure.storage.blob.models
Class UserDelegationKey
java.lang.Object
com.azure.storage.blob.models.UserDelegationKey
A user delegation key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the signedExpiry property: The date-time the key expires.Get the signedObjectId property: The Azure Active Directory object ID in GUID format.Get the signedService property: Abbreviation of the Azure Storage service that accepts the key.Get the signedStart property: The date-time the key is active.Get the signedTenantId property: The Azure Active Directory tenant ID in GUID format.Get the signedVersion property: The service version that created the key.getValue()
Get the value property: The key as a base64 string.setSignedExpiry
(OffsetDateTime signedExpiry) Set the signedExpiry property: The date-time the key expires.setSignedObjectId
(String signedObjectId) Set the signedObjectId property: The Azure Active Directory object ID in GUID format.setSignedService
(String signedService) Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.setSignedStart
(OffsetDateTime signedStart) Set the signedStart property: The date-time the key is active.setSignedTenantId
(String signedTenantId) Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.setSignedVersion
(String signedVersion) Set the signedVersion property: The service version that created the key.Set the value property: The key as a base64 string.
-
Constructor Details
-
UserDelegationKey
public UserDelegationKey()Creates an instance of UserDelegationKey class.
-
-
Method Details
-
getSignedObjectId
Get the signedObjectId property: The Azure Active Directory object ID in GUID format.- Returns:
- the signedObjectId value.
-
setSignedObjectId
Set the signedObjectId property: The Azure Active Directory object ID in GUID format.- Parameters:
signedObjectId
- the signedObjectId value to set.- Returns:
- the UserDelegationKey object itself.
-
getSignedTenantId
Get the signedTenantId property: The Azure Active Directory tenant ID in GUID format.- Returns:
- the signedTenantId value.
-
setSignedTenantId
Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.- Parameters:
signedTenantId
- the signedTenantId value to set.- Returns:
- the UserDelegationKey object itself.
-
getSignedStart
Get the signedStart property: The date-time the key is active.- Returns:
- the signedStart value.
-
setSignedStart
Set the signedStart property: The date-time the key is active.- Parameters:
signedStart
- the signedStart value to set.- Returns:
- the UserDelegationKey object itself.
-
getSignedExpiry
Get the signedExpiry property: The date-time the key expires.- Returns:
- the signedExpiry value.
-
setSignedExpiry
Set the signedExpiry property: The date-time the key expires.- Parameters:
signedExpiry
- the signedExpiry value to set.- Returns:
- the UserDelegationKey object itself.
-
getSignedService
Get the signedService property: Abbreviation of the Azure Storage service that accepts the key.- Returns:
- the signedService value.
-
setSignedService
Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.- Parameters:
signedService
- the signedService value to set.- Returns:
- the UserDelegationKey object itself.
-
getSignedVersion
Get the signedVersion property: The service version that created the key.- Returns:
- the signedVersion value.
-
setSignedVersion
Set the signedVersion property: The service version that created the key.- Parameters:
signedVersion
- the signedVersion value to set.- Returns:
- the UserDelegationKey object itself.
-
getValue
Get the value property: The key as a base64 string.- Returns:
- the value value.
-
setValue
Set the value property: The key as a base64 string.- Parameters:
value
- the value value to set.- Returns:
- the UserDelegationKey object itself.
-