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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Access
authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
Authenticate to generate a token.-
Methods inherited from interface org.jclouds.openstack.keystone.auth.AuthenticationApi
authenticateAccessKey, authenticatePassword, authenticateToken
-
-
-
-
Method Detail
-
authenticateApiKey
@Named("authenticate") @POST Access authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
Authenticate to generate a token.- Returns:
- access with token
-
-