Module datarush.azure
Package com.pervasive.datarush.azure
Class AbstractAzureClient.AzureCredentials
- java.lang.Object
-
- com.pervasive.datarush.azure.AbstractAzureClient.AzureCredentials
-
- Enclosing class:
- AbstractAzureClient
public abstract static class AbstractAzureClient.AzureCredentials extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FileConfiguration
credentials
protected static String
EMULATOR_NAME
-
Constructor Summary
Constructors Constructor Description AzureCredentials(FileConfiguration credentials)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getAccountKey()
String
getAccountName()
AzureAuthType
getAuthType()
String
getClientId()
String
getClientSecret()
String
getConnectionString()
abstract String
getEndpoint(String accountName)
String
getEndpointProtocol()
String
getSasKey()
String
getTenantId()
-
-
-
Field Detail
-
EMULATOR_NAME
protected static final String EMULATOR_NAME
- See Also:
- Constant Field Values
-
credentials
protected final FileConfiguration credentials
-
-
Constructor Detail
-
AzureCredentials
public AzureCredentials(FileConfiguration credentials)
-
-
Method Detail
-
getAuthType
public AzureAuthType getAuthType()
-
getEndpointProtocol
public String getEndpointProtocol()
-
getAccountName
public String getAccountName()
-
getAccountKey
public String getAccountKey()
-
getSasKey
public String getSasKey()
-
getClientId
public String getClientId()
-
getTenantId
public String getTenantId()
-
getClientSecret
public String getClientSecret()
-
getConnectionString
public String getConnectionString()
-
-