Uses of Class
org.jclouds.openstack.keystone.catalog.ServiceEndpoint
-
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.catalog
Methods in org.jclouds.openstack.keystone.catalog that return ServiceEndpoint Modifier and Type Method Description abstract ServiceEndpoint
ServiceEndpoint.Builder. build()
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.catalog.config
Methods in org.jclouds.openstack.keystone.catalog.config that return types with arguments of type ServiceEndpoint Modifier and Type Method Description protected com.google.common.base.Supplier<List<ServiceEndpoint>>
ServiceCatalogModule. provideServiceCatalog(com.google.inject.Injector i, String keystoneVersion)
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.catalog.functions
Methods in org.jclouds.openstack.keystone.catalog.functions that return types with arguments of type ServiceEndpoint Modifier and Type Method Description protected com.google.common.base.Predicate<ServiceEndpoint>
AdminURL. filter()
protected abstract com.google.common.base.Predicate<ServiceEndpoint>
BaseEndpointResolutionStrategy. filter()
protected com.google.common.base.Predicate<ServiceEndpoint>
InternalURL. filter()
protected com.google.common.base.Predicate<ServiceEndpoint>
PublicURLOrInternal. filter()
protected static com.google.common.base.Predicate<ServiceEndpoint>
BaseEndpointResolutionStrategy. withIface(ServiceEndpoint.Interface iface)
Methods in org.jclouds.openstack.keystone.catalog.functions with parameters of type ServiceEndpoint Modifier and Type Method Description String
ReturnRegionOrProvider. apply(ServiceEndpoint input)
Method parameters in org.jclouds.openstack.keystone.catalog.functions with type arguments of type ServiceEndpoint Modifier and Type Method Description com.google.common.base.Supplier<URI>
BaseEndpointResolutionStrategy. apply(Collection<ServiceEndpoint> input)
com.google.common.base.Supplier<URI>
PublicURLOrInternal. apply(Collection<ServiceEndpoint> input)
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.catalog.suppliers
Fields in org.jclouds.openstack.keystone.catalog.suppliers with type parameters of type ServiceEndpoint Modifier and Type Field Description protected com.google.common.base.Supplier<List<ServiceEndpoint>>
LocationIdToURIFromServiceEndpointsForTypeAndVersion. serviceEndpoints
Constructor parameters in org.jclouds.openstack.keystone.catalog.suppliers with type arguments of type ServiceEndpoint Constructor Description RegionIdToAdminURIFromServiceEndpointsForTypeAndVersion(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints, AdminEndpointResolutionStrategy resolveServiceEndpointURI, ServiceEndpointToRegion serviceEndpointToRegion, String apiType, String apiVersion)
RegionIdToURIFromServiceEndpointsForTypeAndVersion(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints, ServiceEndpointResolutionStrategy resolveServiceEndpointURI, ServiceEndpointToRegion serviceEndpointToRegion, String apiType, String apiVersion)
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.v2_0.catalog
Methods in org.jclouds.openstack.keystone.v2_0.catalog that return types with arguments of type ServiceEndpoint Modifier and Type Method Description List<ServiceEndpoint>
V2ServiceCatalog. get()
-
Uses of ServiceEndpoint in org.jclouds.openstack.keystone.v3.catalog
Methods in org.jclouds.openstack.keystone.v3.catalog that return types with arguments of type ServiceEndpoint Modifier and Type Method Description List<ServiceEndpoint>
V3ServiceCatalog. get()
-