Interface ServiceApi


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

      • listTenants

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