org.jclouds.openstack
Interface OpenStackAuthAsyncClient


public interface OpenStackAuthAsyncClient

Provides access to Rackspace resources via their REST API.

Author:
Adrian Cole
See Also:

Nested Class Summary
static class OpenStackAuthAsyncClient.AuthenticationResponse
           
 
Field Summary
static String VERSION
           
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> authenticate(String user, String key)
           
 com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> authenticateStorage(String user, String key)
           
 

Field Detail

VERSION

static final String VERSION
See Also:
Constant Field Values
Method Detail

authenticate

com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> authenticate(@HeaderParam(value="X-Auth-User")
                                                                                                                 String user,
                                                                                                                 @HeaderParam(value="X-Auth-Key")
                                                                                                                 String key)

authenticateStorage

com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> authenticateStorage(@HeaderParam(value="X-Storage-User")
                                                                                                                        String user,
                                                                                                                        @HeaderParam(value="X-Storage-Pass")
                                                                                                                        String key)


Copyright © 2009-2011 jclouds. All Rights Reserved.