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

Packages that use Service
org.jclouds.openstack.keystone.v2_0.domain   
 

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

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Service
protected  Set<Service> Access.serviceCatalog
           
protected  Set<Service> Access.Builder.serviceCatalog
           
 

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

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Service
 Set<Service> Access.getServiceCatalog()
          TODO
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Service
 int Service.compareTo(Service that)
           
 Service.Builder Service.Builder.fromService(Service from)
           
 Access.Builder Access.Builder.serviceCatalog(Service... serviceCatalog)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
 Access.Builder Access.Builder.serviceCatalog(Set<Service> serviceCatalog)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
Access(Token token, User user, Set<Service> serviceCatalog)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.