StorageCredentialsAnonymous クラス

  • java.lang.Object

public class StorageCredentialsAnonymous extends StorageCredentials

匿名アクセスの資格情報を表します。

フィールドの概要

修飾子と型 フィールドと説明
final StorageCredentials ANONYMOUS

このクラスのシングルトン インスタンスを格納します。

メソッドの概要

修飾子と型 メソッドと説明
StorageCredentials getInstance()

クラスのシングルトン インスタンスを返します。

String toString(final boolean exportSecrets)

このインスタンスを表す オブジェクトを返します。

StorageUri transformUri(StorageUri resourceUri, OperationContext opContext)
URI transformUri(URI resourceUri, OperationContext opContext)

継承メンバー

フィールドの詳細

ANONYMOUS

public static final StorageCredentials ANONYMOUS= new StorageCredentialsAnonymous()

このクラスのシングルトン インスタンスを格納します。

メソッドの詳細

getInstance

protected static StorageCredentials getInstance()

クラスのシングルトン インスタンスを返します。

Returns:

このクラスのシングルトン インスタンス

toString

public String toString(final boolean exportSecrets)

このインスタンスを表す オブジェクトを返します。

Parameters:

exportSecrets -

true 文字列に機密データを含める場合は 。それ以外の場合は、 false

Returns:

必要に応じて機密データを含む、資格情報の文字列表現。

transformUri

public StorageUri transformUri(StorageUri resourceUri, OperationContext opContext)

Parameters:

resourceUri
opContext

transformUri

public URI transformUri(URI resourceUri, OperationContext opContext)

Parameters:

resourceUri
opContext

適用対象