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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Auth
authenticate(String username, String key)
Authenticate to generate a token.
-