Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Endpoint
-
Packages that use Endpoint Package Description 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 Modifier and Type Field Description protected com.google.common.collect.Multimap<String,Endpoint>
Auth.Builder. serviceCatalog
protected com.google.common.collect.Multimap<String,Endpoint>
Auth. serviceCatalog
Methods in org.jclouds.openstack.keystone.v1_1.domain that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Methods in org.jclouds.openstack.keystone.v1_1.domain that return types with arguments of type Endpoint Modifier and Type Method Description com.google.common.collect.Multimap<String,Endpoint>
Auth. getServiceCatalog()
TODOMethods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Endpoint Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description com.google.common.base.Supplier<URI>
PublicURLOrInternalIfNull. apply(Endpoint input)
String
RegionFirstPartOfDNSNameOrProvider. apply(Endpoint input)
-