StorageCredentialsAnonymous Class
- java.
lang. Object - StorageCredentials
- com.
microsoft. azure. storage. StorageCredentialsAnonymous
- com.
public class StorageCredentialsAnonymous extends StorageCredentials
Represents credentials for anonymous access.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Storage |
ANONYMOUS
Stores the singleton instance of this class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Storage |
getInstance()
Returns the singleton instance of the class. |
String |
toString(final boolean exportSecrets)
Returns a object that represents this instance. |
Storage |
transformUri(StorageUri resourceUri, OperationContext opContext) |
URI | transformUri(URI resourceUri, OperationContext opContext) |
Inherited Members
Field Details
ANONYMOUS
public static final StorageCredentials ANONYMOUS= new StorageCredentialsAnonymous()
Stores the singleton instance of this class.
Method Details
getInstance
protected static StorageCredentials getInstance()
Returns the singleton instance of the class.
Returns:
toString
public String toString(final boolean exportSecrets)
Returns a object that represents this instance.
Parameters:
true
to include sensitive data in the string; otherwise, false
Returns:
transformUri
public StorageUri transformUri(StorageUri resourceUri, OperationContext opContext)
Parameters:
transformUri
public URI transformUri(URI resourceUri, OperationContext opContext)
Parameters:
Applies to
Azure SDK for Java