CloudIdentityAuthenticationAsyncApi@Deprecated public interface CloudIdentityAuthenticationAsyncApi extends org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncApi
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> |
authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> |
authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
@Named(value="auth:tenantnameandcreds")
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
ApiKeyCredentials apiKeyCredentials)
@Named(value="auth:tenantidandcreds")
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
ApiKeyCredentials apiKeyCredentials)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.