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


public interface ServiceApi

Provides access to the Keystone Tenant API.


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

Method Detail

listTenants

@Named(value="service:listTenants")
Set<Tenant> listTenants()
The operation returns a list of tenants which the current token provides access to.



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