public class StorageSharedKeyAuthenticationDescriptor extends Object implements AuthenticationDescriptor<StorageSharedKeyCredentialProvider>
| Constructor and Description |
|---|
StorageSharedKeyAuthenticationDescriptor(Consumer<StorageSharedKeyCredentialProvider> consumer) |
| Modifier and Type | Method and Description |
|---|---|
AzureCredentialResolver<StorageSharedKeyCredentialProvider> |
azureCredentialResolver() |
AzureCredentialType |
azureCredentialType() |
Consumer<StorageSharedKeyCredentialProvider> |
consumer() |
public StorageSharedKeyAuthenticationDescriptor(Consumer<StorageSharedKeyCredentialProvider> consumer)
public AzureCredentialType azureCredentialType()
azureCredentialType in interface AuthenticationDescriptor<StorageSharedKeyCredentialProvider>public AzureCredentialResolver<StorageSharedKeyCredentialProvider> azureCredentialResolver()
azureCredentialResolver in interface AuthenticationDescriptor<StorageSharedKeyCredentialProvider>public Consumer<StorageSharedKeyCredentialProvider> consumer()
consumer in interface AuthenticationDescriptor<StorageSharedKeyCredentialProvider>Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.