|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TenantApi
Provides synchronous access to the KeyStone Tenant API.
TenantAsyncApi,
| Method Summary | |
|---|---|
Tenant |
get(String tenantId)
Retrieve information about a tenant, by tenant ID |
Tenant |
getByName(String tenantName)
Retrieve information about a tenant, by tenant name NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 ) |
org.jclouds.collect.PagedIterable<? extends Tenant> |
list()
The operation returns a list of tenants which the current token provides access to. |
PaginatedCollection<? extends Tenant> |
list(PaginationOptions options)
|
| Method Detail |
|---|
org.jclouds.collect.PagedIterable<? extends Tenant> list()
PaginatedCollection<? extends Tenant> list(PaginationOptions options)
Tenant get(String tenantId)
Tenant getByName(String tenantName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||