| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3Proxy.Builder |
S3Proxy.Builder.awsAuthentication(AuthenticationType authenticationType,
String identity,
String credential) |
| Constructor and Description |
|---|
S3ProxyHandler(org.jclouds.blobstore.BlobStore blobStore,
AuthenticationType authenticationType,
String identity,
String credential,
com.google.common.base.Optional<String> virtualHost,
long v4MaxNonChunkedRequestSize,
boolean ignoreUnknownHeaders,
boolean corsAllowAll,
String servicePath) |
Copyright © 2017. All rights reserved.