| Modifier and Type | Method and Description |
|---|---|
AccountSasParameters |
AccountSasParameters.withIPAddressOrRange(String iPAddressOrRange)
Set an IP address or a range of IP addresses from which to accept requests.
|
AccountSasParameters |
AccountSasParameters.withKeyToSign(String keyToSign)
Set the key to sign the account SAS token with.
|
AccountSasParameters |
AccountSasParameters.withPermissions(Permissions permissions)
Set the signed permissions for the account SAS.
|
AccountSasParameters |
AccountSasParameters.withProtocols(HttpProtocol protocols)
Set the protocol permitted for a request made with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes)
Set the signed resource types that are accessible with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withServices(Services services)
Set the signed services accessible with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withSharedAccessExpiryTime(org.joda.time.DateTime sharedAccessExpiryTime)
Set the time at which the shared access signature becomes invalid.
|
AccountSasParameters |
AccountSasParameters.withSharedAccessStartTime(org.joda.time.DateTime sharedAccessStartTime)
Set the time at which the SAS becomes valid.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/