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 Detail

      • authenticate

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