- 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 FileConfigurationcreateTemplate()static StringgetAccountKey(FileConfiguration creds)static StringgetAccountName(FileConfiguration creds)static AzureAuthTypegetAzureAuthType(FileConfiguration creds)static StringgetClientId(FileConfiguration creds)static StringgetClientSecret(FileConfiguration creds)static StringgetEndpointProtocol(FileConfiguration creds)static StringgetSasKey(FileConfiguration creds)static StringgetTenantId(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)
-
-