| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.collect.ImmutableSet.Builder<Endpoint> | 
Service.Builder.endpoints  | 
| Modifier and Type | Method and Description | 
|---|---|
Endpoint | 
Endpoint.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Set<Endpoint> | 
Service.delegate()  | 
Set<Endpoint> | 
Service.getEndpoints()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Service.Builder.endpoint(Endpoint endpoint)  | 
T | 
Service.Builder.endpoints(Endpoint... in)
Deprecated.  
 | 
T | 
Endpoint.Builder.fromEndpoint(Endpoint in)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Service.Builder.endpoints(Iterable<Endpoint> endpoints)  | 
| Constructor and Description | 
|---|
Service(String type,
       String name,
       Set<Endpoint> endpoints)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Endpoint>> | 
TokenAsyncApi.listEndpointsForToken(String token)  | 
Set<? extends Endpoint> | 
TokenApi.listEndpointsForToken(String token)
List all endpoints for a token
 
 NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/988672 ) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ReturnRegionOrProvider.apply(Endpoint input)  | 
com.google.common.base.Supplier<URI> | 
PublicURLOrInternalIfNull.apply(Endpoint input)  | 
com.google.common.base.Supplier<URI> | 
AdminURL.apply(Endpoint input)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Function<Endpoint,String> | 
LocationIdToURIFromAccessForTypeAndVersion.endpointToLocationId  | 
| Constructor and Description | 
|---|
LocationIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access,
                                          EndpointToSupplierURI endpointToSupplierURI,
                                          com.google.common.base.Function<Endpoint,String> endpointToLocationId,
                                          String apiType,
                                          String apiVersion)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.