Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Tenant

Packages that use Tenant
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.extensions   
org.jclouds.openstack.keystone.v2_0.features   
org.jclouds.openstack.keystone.v2_0.functions.internal   
 

Uses of Tenant in org.jclouds.openstack.keystone.v2_0.domain
 

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Tenant
protected  com.google.common.base.Optional<Tenant> Token.Builder.tenant
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return Tenant
 Tenant Tenant.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Tenant
 com.google.common.base.Optional<Tenant> Token.getTenant()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Tenant
 T Tenant.Builder.fromTenant(Tenant in)
           
 T Token.Builder.tenant(Tenant tenant)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Tenant
Token(String id, Date expires, com.google.common.base.Optional<Tenant> tenant)
           
 

Uses of Tenant in org.jclouds.openstack.keystone.v2_0.extensions
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return Tenant
 Tenant TenantAdminApi.create(String name)
          Creates a new tenant
 Tenant TenantAdminApi.create(String name, CreateTenantOptions options)
          Creates a new tenant
 Tenant TenantAdminApi.update(String id, UpdateTenantOptions options)
          Updates a tenant
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Tenant
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> TenantAdminAsyncApi.create(String name)
          Creates a new tenant
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> TenantAdminAsyncApi.create(String name, CreateTenantOptions options)
          Creates a new tenant
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> TenantAdminAsyncApi.update(String id, UpdateTenantOptions options)
          Updates a tenant
 

Uses of Tenant in org.jclouds.openstack.keystone.v2_0.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return Tenant
 Tenant TenantApi.get(String tenantId)
          Retrieve information about a tenant, by tenant ID
 Tenant TenantApi.getByName(String tenantName)
          Retrieve information about a tenant, by tenant name

NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )

 

Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Tenant
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> TenantAsyncApi.get(String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> TenantAsyncApi.getByName(String tenantName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Tenant>> TenantAsyncApi.list()
           
 org.jclouds.collect.PagedIterable<Tenant> TenantApi.list()
          The operation returns a list of tenants which the current token provides access to.
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> TenantAsyncApi.list(PaginationOptions options)
           
 PaginatedCollection<Tenant> TenantApi.list(PaginationOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Tenant>> ServiceAsyncApi.listTenants()
           
 Set<Tenant> ServiceApi.listTenants()
          The operation returns a list of tenants which the current token provides access to.
 

Uses of Tenant in org.jclouds.openstack.keystone.v2_0.functions.internal
 

Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type Tenant
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Tenant>> ParseTenants.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.