| Package | Description |
|---|---|
| org.openstack4j.api.identity | |
| org.openstack4j.openstack.identity.domain | |
| org.openstack4j.openstack.identity.internal |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceManagerService.create(String name,
String type,
String description)
Creates a new Service
|
Service |
ServiceManagerService.get(String serviceId)
Gets the specified Service by it's identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Service> |
ServiceManagerService.list()
List current Services on the OpenStack System
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoneService
OpenStack service, such as Compute (Nova), Object Storage (Swift), or Image Service (Glance).
|
| Modifier and Type | Method and Description |
|---|---|
Service |
KeystoneService.ServiceConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
KeystoneService.ServiceConcreteBuilder.from(Service in) |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceManagerServiceImpl.create(String name,
String type,
String description)
Creates a new Service
|
Service |
ServiceManagerServiceImpl.get(String serviceId)
Gets the specified Service by it's identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Service> |
ServiceManagerServiceImpl.list()
List current Services on the OpenStack System
|