Interface AuthenticationClient
- All Superinterfaces:
AutoCloseable
,Closeable
@Consumes("application/json")
@Path("/v1.1")
public interface AuthenticationClient
extends Closeable
Provides access to the Keystone v1.1 Service API.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(String username, String key) Authenticate to generate a token.
-
Method Details
-
authenticate
Authenticate to generate a token.- Returns:
- access with token
-