public static interface KeystoneEndpointBuilderFactory.KeystoneBuilders
| Modifier and Type | Method and Description |
|---|---|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
openstackKeystone(String path)
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder |
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 openstackKeystone(String path)
openstack-keystone:host
Path parameter: host (required)
OpenStack host urlpath - hostdefault KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder openstackKeystone(String componentName, String path)
openstack-keystone:host
Path parameter: host (required)
OpenStack host urlcomponentName - to use a custom component name for the endpoint
instead of the default namepath - hostApache Camel