Interface V3AuthenticationApi
-
- All Superinterfaces:
AuthenticationApi,AutoCloseable,Closeable
@Consumes("application/json") @Path("/auth/tokens") public interface V3AuthenticationApi extends AuthenticationApi, CloseableProvides access to the OpenStack Keystone Authentication API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenauthenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)TokenauthenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)-
Methods inherited from interface org.jclouds.openstack.keystone.auth.AuthenticationApi
authenticateAccessKey
-
-
-
-
Method Detail
-
authenticatePassword
@POST Token authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
- Specified by:
authenticatePasswordin interfaceAuthenticationApi
-
authenticateToken
@POST Token authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)
- Specified by:
authenticateTokenin interfaceAuthenticationApi
-
-