Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Endpoint

Packages that use Endpoint
org.jclouds.openstack.keystone.v1_1.domain   
org.jclouds.openstack.keystone.v1_1.functions   
 

Uses of Endpoint in org.jclouds.openstack.keystone.v1_1.domain
 

Fields in org.jclouds.openstack.keystone.v1_1.domain with type parameters of type Endpoint
protected  Map<String,Set<Endpoint>> Auth.serviceCatalog
           
protected  com.google.common.collect.Multimap<String,Endpoint> Auth.Builder.serviceCatalog
           
 

Methods in org.jclouds.openstack.keystone.v1_1.domain that return Endpoint
 Endpoint Endpoint.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v1_1.domain that return types with arguments of type Endpoint
 com.google.common.collect.Multimap<String,Endpoint> Auth.getServiceCatalog()
          TODO
 

Methods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Endpoint
 int Endpoint.compareTo(Endpoint that)
           
 Endpoint.Builder Endpoint.Builder.fromEndpoint(Endpoint from)
           
 

Method parameters in org.jclouds.openstack.keystone.v1_1.domain with type arguments of type Endpoint
 Auth.Builder Auth.Builder.serviceCatalog(com.google.common.collect.Multimap<String,Endpoint> serviceCatalog)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v1_1.domain with type arguments of type Endpoint
Auth(Token token, com.google.common.collect.Multimap<String,Endpoint> serviceCatalog)
           
 

Uses of Endpoint in org.jclouds.openstack.keystone.v1_1.functions
 

Methods in org.jclouds.openstack.keystone.v1_1.functions with parameters of type Endpoint
 com.google.common.base.Supplier<URI> PublicURLOrInternalIfNull.apply(Endpoint input)
           
 String RegionFirstPartOfDNSNameOrProvider.apply(Endpoint input)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.