Class AzureStorageCredentialManagerV8
java.lang.Object
org.apache.jackrabbit.oak.segment.azure.v8.AzureStorageCredentialManagerV8
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()com.microsoft.azure.storage.StorageCredentialsgetStorageCredentialAccessTokenFromServicePrincipals(String accountName, String clientId, String clientSecret, String tenantId) com.microsoft.azure.storage.StorageCredentialsgetStorageCredentialsFromEnvironment(@NotNull String accountName, @NotNull Environment environment)
-
Constructor Details
-
AzureStorageCredentialManagerV8
public AzureStorageCredentialManagerV8()
-
-
Method Details
-
getStorageCredentialsFromEnvironment
public com.microsoft.azure.storage.StorageCredentials getStorageCredentialsFromEnvironment(@NotNull @NotNull String accountName, @NotNull @NotNull Environment environment) -
getStorageCredentialAccessTokenFromServicePrincipals
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-