public interface CloudIdentityAuthenticationApi
extends org.jclouds.openstack.keystone.v2_0.AuthenticationApi
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.openstack.keystone.v2_0.domain.Access |
authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
org.jclouds.openstack.keystone.v2_0.domain.Access |
authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
@Named(value="authenticate")
org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
ApiKeyCredentials apiKeyCredentials)
@Named(value="authenticate")
org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
ApiKeyCredentials apiKeyCredentials)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.