org.jclouds.openstack.swift.blobstore
Class SwiftBlobRequestSigner
java.lang.Object
org.jclouds.openstack.swift.blobstore.SwiftBlobRequestSigner
- All Implemented Interfaces:
- org.jclouds.blobstore.BlobRequestSigner
@Singleton
public class SwiftBlobRequestSigner
- extends Object
- implements org.jclouds.blobstore.BlobRequestSigner
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwiftBlobRequestSigner
@Inject
public SwiftBlobRequestSigner(org.jclouds.rest.internal.RestAnnotationProcessor<CommonSwiftAsyncClient> processor,
BlobToObject blobToObject,
org.jclouds.blobstore.functions.BlobToHttpGetOptions blob2HttpGetOptions)
throws SecurityException,
NoSuchMethodException
- Throws:
SecurityException
NoSuchMethodException
signGetBlob
public org.jclouds.http.HttpRequest signGetBlob(String container,
String name)
- Specified by:
signGetBlob in interface org.jclouds.blobstore.BlobRequestSigner
signPutBlob
public org.jclouds.http.HttpRequest signPutBlob(String container,
org.jclouds.blobstore.domain.Blob blob)
- Specified by:
signPutBlob in interface org.jclouds.blobstore.BlobRequestSigner
signRemoveBlob
public org.jclouds.http.HttpRequest signRemoveBlob(String container,
String name)
- Specified by:
signRemoveBlob in interface org.jclouds.blobstore.BlobRequestSigner
signGetBlob
public org.jclouds.http.HttpRequest signGetBlob(String container,
String name,
org.jclouds.blobstore.options.GetOptions options)
- Specified by:
signGetBlob in interface org.jclouds.blobstore.BlobRequestSigner
Copyright © 2009-2012 jclouds. All Rights Reserved.