public interface TenantApi
Modifier and Type | Method and Description |
---|---|
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 )
|
PagedIterable<Tenant> |
list()
The operation returns a list of tenants which the current token provides access to.
|
PaginatedCollection<Tenant> |
list(PaginationOptions options) |
PagedIterable<Tenant> list()
PaginatedCollection<Tenant> list(PaginationOptions options)
@Nullable Tenant get(String tenantId)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.