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 FileConfigurationcredentialsprotected static StringEMULATOR_NAME
-
Constructor Summary
Constructors Constructor Description AzureCredentials(FileConfiguration credentials)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetAccountKey()StringgetAccountName()AzureAuthTypegetAuthType()StringgetClientId()StringgetClientSecret()StringgetConnectionString()abstract StringgetEndpoint(String accountName)StringgetEndpointProtocol()StringgetSasKey()StringgetTenantId()
-
-
-
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()
-
-