@Consumes(value="application/json") @Path(value="/tokens") public interface CloudIdentityAuthenticationApi extends AuthenticationApi
Modifier and Type | Method and Description |
---|---|
Access |
authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
Authenticate to generate a token.
|
authenticateAccessKey, authenticatePassword, authenticateToken
@Named(value="authenticate") @POST Access authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.