Class UndertowKeycloakComponent
- java.lang.Object
-
- org.apache.camel.support.ServiceSupport
-
- org.apache.camel.impl.DefaultComponent
-
- org.apache.camel.component.undertow.UndertowComponent
-
- org.keycloak.adapters.camel.undertow.UndertowKeycloakComponent
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.Component,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.RestApiConsumerFactory,org.apache.camel.spi.RestConsumerFactory,org.apache.camel.spi.RestProducerFactory,org.apache.camel.SSLContextParametersAware,org.apache.camel.StatefulService,org.apache.camel.SuspendableService,org.apache.camel.VerifiableComponent
public class UndertowKeycloakComponent extends org.apache.camel.component.undertow.UndertowComponent- Author:
- hmlnarik
-
-
Constructor Summary
Constructors Constructor Description UndertowKeycloakComponent()UndertowKeycloakComponent(org.apache.camel.CamelContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.component.undertow.UndertowEndpointcreateEndpointInstance(URI endpointUri, org.apache.camel.component.undertow.UndertowComponent component)protected StringgetComponentName()-
Methods inherited from class org.apache.camel.component.undertow.UndertowComponent
createApiConsumer, createConsumer, createEndpoint, createProducer, createUndertowHost, doStart, getHostOptions, getSslContextParameters, getUndertowHttpBinding, getVerifier, isUseGlobalSslContextParameters, registerEndpoint, setHostOptions, setSslContextParameters, setUndertowHttpBinding, setUseGlobalSslContextParameters, unregisterEndpoint
-
Methods inherited from class org.apache.camel.impl.DefaultComponent
afterConfiguration, 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, validateURI
-
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
createEndpointInstance
protected org.apache.camel.component.undertow.UndertowEndpoint createEndpointInstance(URI endpointUri, org.apache.camel.component.undertow.UndertowComponent component) throws URISyntaxException
- Overrides:
createEndpointInstancein classorg.apache.camel.component.undertow.UndertowComponent- Throws:
URISyntaxException
-
getComponentName
protected String getComponentName()
- Overrides:
getComponentNamein classorg.apache.camel.component.undertow.UndertowComponent
-
-