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)
-
Method Details
-
authenticatePassword
- Specified by:
authenticatePasswordin interfaceAuthenticationApi
-
authenticateToken
- Specified by:
authenticateTokenin interfaceAuthenticationApi
-
authenticateAccessKey
@POST AuthInfo authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) - Specified by:
authenticateAccessKeyin interfaceAuthenticationApi
-