Uses of Interface
org.openstack4j.api.identity.EndpointURLResolver
-
Packages that use EndpointURLResolver Package Description org.openstack4j.core.transport org.openstack4j.openstack.identity.internal -
-
Uses of EndpointURLResolver in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return EndpointURLResolver Modifier and Type Method Description EndpointURLResolverConfig. getEndpointURLResolver()Methods in org.openstack4j.core.transport with parameters of type EndpointURLResolver Modifier and Type Method Description ConfigConfig. withEndpointURLResolver(EndpointURLResolver endpointURLResolver)Sets the Endpoint URL resolver for providing the URL resolution strategy -
Uses of EndpointURLResolver in org.openstack4j.openstack.identity.internal
Classes in org.openstack4j.openstack.identity.internal that implement EndpointURLResolver Modifier and Type Class Description classDefaultEndpointURLResolverResolves an Endpoint URL based on the Service Type and Facing perspective
-