public abstract static class AbstractAzureClient.AzureCredentials extends Object
Modifier and Type | Field and Description |
---|---|
protected FileConfiguration |
credentials |
protected static String |
EMULATOR_NAME |
Constructor and Description |
---|
AzureCredentials(FileConfiguration credentials) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountKey() |
String |
getAccountName() |
AzureAuthType |
getAuthType() |
String |
getClientId() |
String |
getClientSecret() |
String |
getConnectionString() |
abstract String |
getEndpoint(String accountName) |
String |
getEndpointProtocol() |
String |
getSasKey() |
String |
getTenantId() |
protected static final String EMULATOR_NAME
protected final FileConfiguration credentials
public AzureCredentials(FileConfiguration credentials)
public AzureAuthType getAuthType()
public String getEndpointProtocol()
public String getAccountName()
public String getAccountKey()
public String getSasKey()
public String getClientId()
public String getTenantId()
public String getClientSecret()
public String getConnectionString()
Copyright © 2020 Actian Corporation. All rights reserved.