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