Modifier and Type | Method and Description |
---|---|
Service |
ServiceEndpointService.create(Service service)
Create a new service
|
Service |
ServiceEndpointService.create(String type,
String name,
String description,
boolean enabled)
Creates a new service
|
Service |
ServiceEndpointService.get(String serviceId)
Get details of a service by id
|
Service |
ServiceEndpointService.update(Service service)
Updates a service
|
Modifier and Type | Method and Description |
---|---|
List<? extends Service> |
TokenService.getServiceCatalog(String tokenId)
Get service catalog for specified token
|
List<? extends Service> |
ServiceEndpointService.list()
Lists services
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceEndpointService.create(Service service)
Create a new service
|
Service |
ServiceEndpointService.update(Service service)
Updates a service
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
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 | Method and Description |
---|---|
com.google.common.collect.SortedSetMultimap<String,Service> |
Token.getAggregatedCatalog()
A Lazy loading Aggregated Service Catalog Mapping.
|
List<? extends Service> |
Token.getCatalog() |
Modifier and Type | Class and Description |
---|---|
class |
KeystoneService
V3 OpenStack service
|
Modifier and Type | Method and Description |
---|---|
Service |
KeystoneService.ServiceConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SortedSetMultimap<String,Service> |
KeystoneToken.getAggregatedCatalog()
A Lazy loading Aggregated Service Catalog Mapping.
|
Modifier and Type | Method and Description |
---|---|
int |
KeystoneService.compareTo(Service s) |
ServiceBuilder |
KeystoneService.ServiceConcreteBuilder.from(Service in) |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceToServiceType.apply(Service input) |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceEndpointServiceImpl.create(Service service) |
Service |
ServiceEndpointServiceImpl.create(String type,
String name,
String description,
boolean enabled) |
Service |
ServiceEndpointServiceImpl.get(String serviceId) |
Service |
ServiceEndpointServiceImpl.update(Service service) |
Modifier and Type | Method and Description |
---|---|
List<? extends Service> |
TokenServiceImpl.getServiceCatalog(String tokenId) |
List<? extends Service> |
ServiceEndpointServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceEndpointServiceImpl.create(Service service) |
Service |
ServiceEndpointServiceImpl.update(Service service) |
Copyright © 2017. All rights reserved.