org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationApi
- All Superinterfaces:
- org.jclouds.openstack.keystone.v2_0.AuthenticationApi, Closeable
public interface CloudIdentityAuthenticationApi
- extends org.jclouds.openstack.keystone.v2_0.AuthenticationApi
Provides synchronous access to the KeyStone Service API.
- Author:
- Adrian Cole
- See Also:
| Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationApi |
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials |
authenticateWithTenantNameAndCredentials
@Named(value="authenticate")
org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
ApiKeyCredentials apiKeyCredentials)
- Authenticate to generate a token.
- Returns:
- access with token
authenticateWithTenantIdAndCredentials
@Named(value="authenticate")
org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
ApiKeyCredentials apiKeyCredentials)
- Authenticate to generate a token.
- Returns:
- access with token
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.