Modifier and Type | Method and Description |
---|---|
Set<ServiceType> |
OSClient.getSupportedServices()
Gets the supported services.
|
Modifier and Type | Method and Description |
---|---|
String |
EndpointTokenProvider.getEndpoint(ServiceType service)
Gets the endpoint for the specified ServiceType
|
Modifier and Type | Method and Description |
---|---|
static ServiceType |
ServiceType.forName(String name) |
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest.RequestBuilder<R> |
HttpRequest.RequestBuilder.serviceType(ServiceType service)
The endpoint Service Type
|
Modifier and Type | Method and Description |
---|---|
Access.Service |
StableServiceVersionResolver.resolveV2(ServiceType type,
SortedSet<? extends Access.Service> services) |
Access.Service |
ServiceVersionResolver.resolveV2(ServiceType type,
SortedSet<? extends Access.Service> services)
Resolves to a single identity v2 service for the given
ServiceType and set of associated services . |
Access.Service |
LatestServiceVersionResolver.resolveV2(ServiceType type,
SortedSet<? extends Access.Service> services) |
Service |
StableServiceVersionResolver.resolveV3(ServiceType type,
SortedSet<? extends Service> services) |
Service |
ServiceVersionResolver.resolveV3(ServiceType type,
SortedSet<? extends Service> services)
Resolves to a single identity v3 service for the given
ServiceType and set of associated services . |
Service |
LatestServiceVersionResolver.resolveV3(ServiceType type,
SortedSet<? extends Service> services) |
Modifier and Type | Field and Description |
---|---|
ServiceType |
URLResolverParams.type |
Modifier and Type | Method and Description |
---|---|
static URLResolverParams |
URLResolverParams.create(Access access,
ServiceType type) |
static URLResolverParams |
URLResolverParams.create(Token token,
ServiceType type) |
Modifier and Type | Method and Description |
---|---|
ServiceType |
Access.Service.getServiceType() |
Modifier and Type | Method and Description |
---|---|
ServiceType |
KeystoneAccess.AccessService.getServiceType() |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceToServiceType.apply(Access.Service input) |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceToServiceType.apply(Service input) |
Modifier and Type | Method and Description |
---|---|
Set<ServiceType> |
OSClientSession.getSupportedServices() |
Set<ServiceType> |
OSClientSession.OSClientSessionV2.getSupportedServices() |
Set<ServiceType> |
OSClientSession.OSClientSessionV3.getSupportedServices()
Gets the supported services.
|
Modifier and Type | Method and Description |
---|---|
String |
OSClientSession.OSClientSessionV2.getEndpoint(ServiceType service)
Gets the endpoint for the specified ServiceType
|
String |
OSClientSession.OSClientSessionV3.getEndpoint(ServiceType service)
Gets the endpoint for the specified ServiceType
|
BaseOpenStackService.Invocation<R> |
BaseOpenStackService.Invocation.serviceType(ServiceType serviceType) |
Constructor and Description |
---|
BaseOpenStackService(ServiceType serviceType) |
BaseOpenStackService(ServiceType serviceType,
com.google.common.base.Function<String,String> endpointFunc) |
Invocation(HttpRequest.RequestBuilder<R> req,
ServiceType serviceType,
com.google.common.base.Function<String,String> endpointFunc) |
MicroVersionedOpenStackService(ServiceType serviceType,
MicroVersion microVersion) |
MicroVersionedOpenStackService(ServiceType serviceType,
MicroVersion microVersion,
com.google.common.base.Function<String,String> endpointFunc) |
Copyright © 2017. All rights reserved.