Interface ServiceApi


@Consumes("application/json") @Path("/tenants") public interface ServiceApi
Provides access to the Keystone Tenant API.
  • Method Summary

    Modifier and Type
    Method
    Description
    The operation returns a list of tenants which the current token provides access to.
  • Method Details

    • listTenants

      @Named("service:listTenants") @GET Set<Tenant> listTenants()
      The operation returns a list of tenants which the current token provides access to.