org.jclouds.openstack.keystone.v2_0.features
Interface ServiceApi


public interface ServiceApi

Provides synchronous access to the KeyStone Tenant API.

Author:
Adam Lowe
See Also:
ServiceAsyncApi,

Method Summary
 Set<? extends Tenant> listTenants()
          The operation returns a list of tenants which the current token provides access to.
 

Method Detail

listTenants

Set<? extends Tenant> listTenants()
The operation returns a list of tenants which the current token provides access to.



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