org.jclouds.gogrid.filters
Class SharedKeyLiteAuthentication

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

public class SharedKeyLiteAuthentication
extends Object
implements org.jclouds.http.HttpRequestFilter


Constructor Summary
SharedKeyLiteAuthentication(com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds, Long timeStamp, org.jclouds.http.HttpUtils utils)
           
 
Method Summary
 org.jclouds.http.HttpRequest filter(org.jclouds.http.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(com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds,
                                          Long timeStamp,
                                          org.jclouds.http.HttpUtils utils)
Method Detail

filter

public org.jclouds.http.HttpRequest filter(org.jclouds.http.HttpRequest request)
Specified by:
filter in interface org.jclouds.http.HttpRequestFilter


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.