| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
StaticEndpointBuilders.openstackKeystone(String path)
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
static KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
StaticEndpointBuilders.openstackKeystone(String componentName,
String path)
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
| Modifier and Type | Method and Description |
|---|---|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.config(Object config)
OpenStack configuration.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.config(String config)
OpenStack configuration.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.domain(String domain)
Authentication domain.
|
static KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneBuilders.openstackKeystone(String path)
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneBuilders.openstackKeystone(String componentName,
String path)
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.operation(String operation)
The operation to do.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.password(String password)
OpenStack password.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.project(String project)
The project ID.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.subsystem(String subsystem)
OpenStack Keystone subsystem.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder.username(String username)
OpenStack username.
|
Apache Camel