org.jclouds.openstack.swift.v1
Class TemporaryUrlSigner

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.TemporaryUrlSigner

public class TemporaryUrlSigner
extends Object

Use this utility to create temporary urls.


Method Summary
static TemporaryUrlSigner checkApiEvery(AccountApi api, long seconds)
           
 String sign(String method, String path, long expirationTimestampSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkApiEvery

public static TemporaryUrlSigner checkApiEvery(AccountApi api,
                                               long seconds)

sign

public String sign(String method,
                   String path,
                   long expirationTimestampSeconds)


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