Interface AuthenticationClient
-
- All Superinterfaces:
AutoCloseable,Closeable
@Consumes("application/json") @Path("/v1.1") public interface AuthenticationClient extends CloseableProvides access to the Keystone v1.1 Service API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authauthenticate(String username, String key)Authenticate to generate a token.
-