Interface KeystoneEndpointBuilderFactory.KeystoneBuilders

    • Method Detail

      • openstackKeystone

        default KeystoneEndpointBuilderFactory.KeystoneEndpointBuilder openstackKeystone​(String path)
        OpenStack Keystone (camel-openstack) Access OpenStack Keystone for API client authentication, service discovery and distributed multi-tenant authorization. Category: cloud,paas Since: 2.19 Maven coordinates: org.apache.camel:camel-openstack Syntax: openstack-keystone:host Path parameter: host (required) OpenStack host url
        Parameters:
        path - host
      • openstackKeystone

        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. Category: cloud,paas Since: 2.19 Maven coordinates: org.apache.camel:camel-openstack Syntax: openstack-keystone:host Path parameter: host (required) OpenStack host url
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host