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 Type
    Method
    Description
    authenticate(String username, String key)
    Authenticate to generate a token.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • authenticate

      @POST @Consumes("application/json") @Path("/auth") Auth authenticate(String username, String key)
      Authenticate to generate a token.
      Returns:
      access with token