Interface CatalogApi


@Consumes("application/json") public interface CatalogApi
Provides access to the Keystone Admin API.
  • Method Summary

    Modifier and Type
    Method
    Description
    List all endpoints for a token.
  • Method Details

    • endpoints

      @Named("endpoints:list") @GET @Path("/endpoints") List<Endpoint> endpoints()
      List all endpoints for a token.

      NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/988672 )