Interface CatalogApi


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

      • 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 )