public class UndertowKeycloakComponent
extends org.apache.camel.component.undertow.UndertowComponent
| Constructor and Description |
|---|
UndertowKeycloakComponent() |
UndertowKeycloakComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createApiConsumer(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor processor,
String contextPath,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters) |
org.apache.camel.Consumer |
createConsumer(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor processor,
String verb,
String basePath,
String uriTemplate,
String consumes,
String produces,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters) |
protected org.apache.camel.component.undertow.UndertowEndpoint |
createEndpointInstance(URI endpointUri,
org.apache.camel.component.undertow.UndertowComponent component) |
protected String |
getComponentName() |
createEndpoint, createProducer, createUndertowHost, doStart, getHostOptions, getSslContextParameters, getUndertowHttpBinding, getVerifier, isUseGlobalSslContextParameters, registerEndpoint, setHostOptions, setSslContextParameters, setUndertowHttpBinding, setUseGlobalSslContextParameters, unregisterEndpointafterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UndertowKeycloakComponent()
public UndertowKeycloakComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.component.undertow.UndertowEndpoint createEndpointInstance(URI endpointUri, org.apache.camel.component.undertow.UndertowComponent component) throws URISyntaxException
createEndpointInstance in class org.apache.camel.component.undertow.UndertowComponentURISyntaxExceptionprotected String getComponentName()
public org.apache.camel.Consumer createConsumer(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor processor,
String verb,
String basePath,
String uriTemplate,
String consumes,
String produces,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters)
throws Exception
createConsumer in interface org.apache.camel.spi.RestConsumerFactorycreateConsumer in class org.apache.camel.component.undertow.UndertowComponentExceptionpublic org.apache.camel.Consumer createApiConsumer(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor processor,
String contextPath,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters)
throws Exception
createApiConsumer in interface org.apache.camel.spi.RestApiConsumerFactorycreateApiConsumer in class org.apache.camel.component.undertow.UndertowComponentExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.