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

Packages that use Endpoint
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.features   
org.jclouds.openstack.keystone.v2_0.functions   
org.jclouds.openstack.keystone.v2_0.suppliers   
 

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

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Endpoint
protected  com.google.common.collect.ImmutableSet.Builder<Endpoint> Service.Builder.endpoints
           
 

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

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Endpoint
protected  Set<Endpoint> Service.delegate()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Endpoint
 T Service.Builder.endpoint(Endpoint endpoint)
           
 T Endpoint.Builder.fromEndpoint(Endpoint in)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint
 T Service.Builder.endpoints(Iterable<Endpoint> endpoints)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint
Service(String id, String type, String name, String description, Set<Endpoint> endpoints)
           
 

Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Endpoint>> TokenAsyncApi.listEndpointsForToken(String token)
           
 Set<Endpoint> TokenApi.listEndpointsForToken(String token)
          List all endpoints for a token

NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/988672 )

 

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

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

Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.suppliers
 

Fields in org.jclouds.openstack.keystone.v2_0.suppliers with type parameters of type Endpoint
protected  com.google.common.base.Function<Endpoint,String> LocationIdToURIFromAccessForTypeAndVersion.endpointToLocationId
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.suppliers with type arguments of type Endpoint
LocationIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access, EndpointToSupplierURI endpointToSupplierURI, com.google.common.base.Function<Endpoint,String> endpointToLocationId, String apiType, String apiVersion)
           
 



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