Interface V3AuthenticationApi
- All Superinterfaces:
AuthenticationApi
,AutoCloseable
,Closeable
@Consumes("application/json")
@Path("/auth/tokens")
public interface V3AuthenticationApi
extends AuthenticationApi, Closeable
Provides access to the OpenStack Keystone Authentication API.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticateToken
(TenantOrDomainAndCredentials<TokenCredentials> credentials) Methods inherited from interface org.jclouds.openstack.keystone.auth.AuthenticationApi
authenticateAccessKey
-
Method Details
-
authenticatePassword
- Specified by:
authenticatePassword
in interfaceAuthenticationApi
-
authenticateToken
- Specified by:
authenticateToken
in interfaceAuthenticationApi
-