Interface CloudIdentityAuthenticationApi
- All Superinterfaces:
AuthenticationApi
@Consumes("application/json")
@Path("/tokens")
public interface CloudIdentityAuthenticationApi
extends AuthenticationApi
Provides access to the Rackspace Cloud Identity API.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticateApiKey
(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials) Authenticate to generate a token.Methods inherited from interface org.jclouds.openstack.keystone.auth.AuthenticationApi
authenticateAccessKey, authenticatePassword, authenticateToken
-
Method Details
-
authenticateApiKey
@Named("authenticate") @POST Access authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials) Authenticate to generate a token.- Returns:
- access with token
-