org.jclouds.gogrid.filters
Class SharedKeyLiteAuthentication

java.lang.Object
  extended by org.jclouds.gogrid.filters.SharedKeyLiteAuthentication
All Implemented Interfaces:
HttpRequestFilter

public class SharedKeyLiteAuthentication
extends Object
implements HttpRequestFilter

Author:
Oleksiy Yarmula

Constructor Summary
SharedKeyLiteAuthentication(String apiKey, String secret, Long timeStamp, HttpUtils utils)
           
 
Method Summary
 HttpRequest filter(HttpRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedKeyLiteAuthentication

@Inject
public SharedKeyLiteAuthentication(@Named(value="jclouds.identity")
                                          String apiKey,
                                          @Named(value="jclouds.credential")
                                          String secret,
                                          Long timeStamp,
                                          HttpUtils utils)
Method Detail

filter

public HttpRequest filter(HttpRequest request)
Specified by:
filter in interface HttpRequestFilter


Copyright © 2009-2011 jclouds. All Rights Reserved.