Interface TenantApi
@Consumes("application/json")
@Path("/tenants")
public interface TenantApi
Provides access to the Keystone Tenant API.
- 
Method Summary
Modifier and TypeMethodDescriptionRetrieve information about a tenant, by tenant IDRetrieve information about a tenant, by tenant namelist()The operation returns a list of tenants which the current token provides access to.list(PaginationOptions options)  
- 
Method Details
- 
list
The operation returns a list of tenants which the current token provides access to. - 
list
 - 
get
Retrieve information about a tenant, by tenant ID- Returns:
 - the information about the tenant
 
 - 
getByName
Retrieve information about a tenant, by tenant name NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )- Returns:
 - the information about the tenant
 
 
 -