Uses of Class
org.jclouds.azureblob.domain.PublicAccess
-
-
Uses of PublicAccess in org.jclouds.azureblob
Methods in org.jclouds.azureblob that return PublicAccess Modifier and Type Method Description PublicAccess
AzureBlobClient. getPublicAccessForContainer(String container)
Returns whether data in the container may be accessed publicly and the level of accessMethods in org.jclouds.azureblob with parameters of type PublicAccess Modifier and Type Method Description String
AzureBlobClient. setPublicAccessForContainer(String container, PublicAccess access)
Returns whether data in the container may be accessed publicly and the level of access -
Uses of PublicAccess in org.jclouds.azureblob.blobstore.config
Methods in org.jclouds.azureblob.blobstore.config that return types with arguments of type PublicAccess Modifier and Type Method Description protected com.google.common.cache.LoadingCache<String,PublicAccess>
AzureBlobStoreContextModule. containerAcls(AzureBlobClient client, boolean sasAuthentication, AuthType authType)
-
Uses of PublicAccess in org.jclouds.azureblob.blobstore.functions
Constructor parameters in org.jclouds.azureblob.blobstore.functions with type arguments of type PublicAccess Constructor Description BlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String,PublicAccess> containerAcls)
-
Uses of PublicAccess in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return PublicAccess Modifier and Type Method Description static PublicAccess
PublicAccess. fromString(String string)
PublicAccess
ContainerProperties. getPublicAccess()
static PublicAccess
PublicAccess. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicAccess[]
PublicAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azureblob.domain with parameters of type PublicAccess Modifier and Type Method Description void
MutableContainerPropertiesWithMetadata. setPublicAccess(PublicAccess publicAccess)
-
Uses of PublicAccess in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal that return PublicAccess Modifier and Type Method Description PublicAccess
ContainerPropertiesImpl. getPublicAccess()
PublicAccess
MutableContainerPropertiesWithMetadataImpl. getPublicAccess()
Methods in org.jclouds.azureblob.domain.internal with parameters of type PublicAccess Modifier and Type Method Description void
MutableContainerPropertiesWithMetadataImpl. setPublicAccess(PublicAccess publicAccess)
Constructors in org.jclouds.azureblob.domain.internal with parameters of type PublicAccess Constructor Description ContainerPropertiesImpl(URI url, Date lastModified, String eTag, Map<String,String> metadata, PublicAccess publicAccess)
-
Uses of PublicAccess in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return PublicAccess Modifier and Type Method Description PublicAccess
ParsePublicAccessHeader. apply(HttpResponse from)
-
Uses of PublicAccess in org.jclouds.azureblob.options
Methods in org.jclouds.azureblob.options with parameters of type PublicAccess Modifier and Type Method Description static CreateContainerOptions
CreateContainerOptions.Builder. withPublicAccess(PublicAccess access)
CreateContainerOptions
CreateContainerOptions. withPublicAccess(PublicAccess access)
Indicates whether a container may be accessed publicly
-