- java.lang.Object
-
- com.pervasive.datarush.azure.AzureCredentialsHelper
-
public final class AzureCredentialsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AzureCredentialsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileConfiguration
createTemplate()
static String
getAccountKey(FileConfiguration creds)
static String
getAccountName(FileConfiguration creds)
static AzureAuthType
getAzureAuthType(FileConfiguration creds)
static String
getClientId(FileConfiguration creds)
static String
getClientSecret(FileConfiguration creds)
static String
getEndpointProtocol(FileConfiguration creds)
static String
getSasKey(FileConfiguration creds)
static String
getTenantId(FileConfiguration creds)
-
-
-
Method Detail
-
createTemplate
public static FileConfiguration createTemplate()
-
getAzureAuthType
public static AzureAuthType getAzureAuthType(FileConfiguration creds)
-
getEndpointProtocol
public static String getEndpointProtocol(FileConfiguration creds)
-
getAccountName
public static String getAccountName(FileConfiguration creds)
-
getAccountKey
public static String getAccountKey(FileConfiguration creds)
-
getSasKey
public static String getSasKey(FileConfiguration creds)
-
getClientId
public static String getClientId(FileConfiguration creds)
-
getTenantId
public static String getTenantId(FileConfiguration creds)
-
getClientSecret
public static String getClientSecret(FileConfiguration creds)
-
-