org.jclouds.openstack.keystone.v2_0
Interface AuthenticationAsyncApi

All Superinterfaces:
Closeable

Deprecated. will be removed in jclouds 1.7, as async interfaces are no longer supported. please use AuthenticationApi

@Deprecated
public interface AuthenticationAsyncApi
extends Closeable

Provides asynchronous access to Service via their REST API.

Author:
Adrian Cole
See Also:
AuthenticationApi,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(String tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(String tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
          Deprecated.  
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

authenticateWithTenantNameAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                    String tenantName,
                                                                                                    PasswordCredentials passwordCredentials)
Deprecated. 
See Also:
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,PasswordCredentials)

authenticateWithTenantIdAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
                                                                                                  String tenantId,
                                                                                                  PasswordCredentials passwordCredentials)
Deprecated. 
See Also:
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,PasswordCredentials)

authenticateWithTenantNameAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                    String tenantName,
                                                                                                    ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated. 
See Also:
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,ApiAccessKeyCredentials)

authenticateWithTenantIdAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
                                                                                                  String tenantId,
                                                                                                  ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated. 
See Also:
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,ApiAccessKeyCredentials)


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