Uses of Enum Class
org.jclouds.azure.storage.config.AuthType
Packages that use AuthType
Package
Description
-
Uses of AuthType in org.jclouds.azure.storage.config
Methods in org.jclouds.azure.storage.config that return AuthType -
Uses of AuthType in org.jclouds.azure.storage.filters
Constructors in org.jclouds.azure.storage.filters with parameters of type AuthTypeModifierConstructorDescriptionSharedKeyLiteAuthentication(org.jclouds.http.internal.SignatureWire signatureWire, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, org.jclouds.crypto.Crypto crypto, org.jclouds.http.HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter) -
Uses of AuthType in org.jclouds.azure.storage.util.storageurl
Constructors in org.jclouds.azure.storage.util.storageurl with parameters of type AuthTypeModifierConstructorDescriptionStorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<org.jclouds.domain.Credentials> credentialsSupplier, AuthType authType, String account) -
Uses of AuthType in org.jclouds.azureblob.blobstore
Constructors in org.jclouds.azureblob.blobstore with parameters of type AuthTypeModifierConstructorDescriptionAzureBlobRequestSigner(BlobToHttpGetOptions blob2HttpGetOptions, com.google.inject.Provider<String> timeStampProvider, org.jclouds.date.DateService dateService, SharedKeyLiteAuthentication auth, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds, boolean sasAuthentication, StorageUrlSupplier storageUriSupplier, AuthType authType) -
Uses of AuthType in org.jclouds.azureblob.blobstore.config
Methods in org.jclouds.azureblob.blobstore.config with parameters of type AuthTypeModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache<String, PublicAccess> AzureBlobStoreContextModule.containerAcls(AzureBlobClient client, boolean sasAuthentication, AuthType authType)