public interface EndpointURLResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
LEGACY_EP_RESOLVING_PROP
Older OpenStack deployments can send invalid URL endpoints we have found.
|
| Modifier and Type | Method and Description |
|---|---|
String |
findURLV2(URLResolverParams params)
Resolves the given ServiceType and Facing perspective down to a single URL used in identity v2
|
String |
findURLV3(URLResolverParams params)
Resolves the given ServiceType and Facing perspective down to a single URL used in identity v3
|
static final String LEGACY_EP_RESOLVING_PROP
String findURLV2(URLResolverParams params)
params - URLResolverParams containing mandatory and optional paramsString findURLV3(URLResolverParams params)
params - URLResolverParams containing mandatory and optional paramsCopyright © 2017. All rights reserved.