Interface ServiceApi
-
@Consumes("application/json") @Path("/tenants") public interface ServiceApi
Provides access to the Keystone Tenant API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Tenant>
listTenants()
The operation returns a list of tenants which the current token provides access to.
-