| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | Service.Builder. endpoint(Endpoint endpoint) | 
| T | Endpoint.Builder. fromEndpoint(Endpoint in) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | Service.Builder. endpoints(Iterable<Endpoint> endpoints) | 
| Constructor and Description | 
|---|
| Service(String id,
       String type,
       String name,
       String description,
       Set<Endpoint> endpoints) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 ) | 
| 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> | InternalURL. 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-2016 The Apache Software Foundation. All Rights Reserved.