Skip navigation links
A B C D E G I L M N O P R S U V W 

A

AbstractAuthorizationPolicy - Class in org.wildfly.extension.camel.security
An abstract authorization policy
AbstractAuthorizationPolicy() - Constructor for class org.wildfly.extension.camel.security.AbstractAuthorizationPolicy
 
addContextCreateHandler(ClassLoader, ContextCreateHandler) - Method in interface org.wildfly.extension.camel.ContextCreateHandlerRegistry
 
addEndpointURL(URL) - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
addHttpContext(String) - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
addService(ServiceTarget) - Static method in class org.wildfly.extension.camel.service.CamelBootstrapService
 
addService(ServiceTarget) - Static method in class org.wildfly.extension.camel.service.CamelContextFactoryBindingService
 
addService(ServiceTarget) - Static method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
addService(ServiceTarget) - Static method in class org.wildfly.extension.camel.service.CamelContextRegistryBindingService
 
addService(ServiceTarget, SubsystemState) - Static method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
addService(ServiceTarget, SubsystemRuntimeState) - Static method in class org.wildfly.extension.camel.service.CamelUndertowHostService
 
addService(ServiceTarget, SubsystemRuntimeState) - Static method in class org.wildfly.extension.camel.service.ContextCreateHandlerRegistryService
 
ATTACHMENT_KEY - Static variable in class org.wildfly.extension.camel.deployment.CamelDeploymentSettings
 

B

beforeWrap(RouteContext, ProcessorDefinition<?>) - Method in class org.wildfly.extension.camel.security.AbstractAuthorizationPolicy
 
build() - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 

C

CAMEL_BASE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The base name for all camel services
CAMEL_COMPONENT_BASE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The base name for all camel context services
CAMEL_COMPONENTS_FILE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
This file hold the components to use.
CAMEL_CONTEXT_BINDING_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the CamelContext service
CAMEL_CONTEXT_DESCRIPTORS_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The attachment key for spring descriptor URLs
CAMEL_CONTEXT_FACTORY_BINDING_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The JNDI name for the CamelContextFactory binding
CAMEL_CONTEXT_FACTORY_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContextFactory attachment key
CAMEL_CONTEXT_FACTORY_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the CamelContextFactory service
CAMEL_CONTEXT_FILE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
 
CAMEL_CONTEXT_FILE_SUFFIX - Static variable in interface org.wildfly.extension.camel.CamelConstants
The deployment names for spring camel context deployments
CAMEL_CONTEXT_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContext attachment key
CAMEL_CONTEXT_REGISTRY_BINDING_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The JNDI name for the CamelContextRegistry binding
CAMEL_CONTEXT_REGISTRY_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContextRegistry attachment key
CAMEL_CONTEXT_REGISTRY_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the CamelContextRegistry service
CAMEL_SUBSYSTEM_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the camel subsystem service
CamelAware - Annotation Type in org.wildfly.extension.camel
Marker annotation to enable the Camel subsystem.
CamelBootstrapService - Class in org.wildfly.extension.camel.service
Service responsible for creating and managing the life-cycle of the Camel subsystem.
CamelCdiBeanArchiveProcessor - Class in org.wildfly.extension.camel.deployment
 
CamelCdiBeanArchiveProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelCdiBeanArchiveProcessor
 
CamelConstants - Interface in org.wildfly.extension.camel
Camel subsystem constants.
CamelContextActivationProcessor - Class in org.wildfly.extension.camel.deployment
Start/Stop the CamelContext
CamelContextActivationProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
CamelContextCreateProcessor - Class in org.wildfly.extension.camel.deployment
Processes deployments that can create a CamelContext.
CamelContextCreateProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
CamelContextDescriptorsProcessor - Class in org.wildfly.extension.camel.deployment
Processes deployments that can create a CamelContext.
CamelContextDescriptorsProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelContextDescriptorsProcessor
 
CamelContextFactory - Interface in org.wildfly.extension.camel
The WildFly CamelContext factory.
CamelContextFactoryBindingService - Class in org.wildfly.extension.camel.service
The CamelContextFactory JNDI binding service
CamelContextFactoryBindingService() - Constructor for class org.wildfly.extension.camel.service.CamelContextFactoryBindingService
 
CamelContextFactoryService - Class in org.wildfly.extension.camel.service
CamelContextRegistry - Interface in org.wildfly.extension.camel
An abstraction of CamelContext registration.
CamelContextRegistryBindingService - Class in org.wildfly.extension.camel.service
The CamelContextRegistry JNDI binding service
CamelContextRegistryBindingService() - Constructor for class org.wildfly.extension.camel.service.CamelContextRegistryBindingService
 
CamelContextRegistryService - Class in org.wildfly.extension.camel.service
CamelDependenciesProcessor - Class in org.wildfly.extension.camel.deployment
A DUP that sets the dependencies required for using Camel
CamelDependenciesProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
CamelDeploymentSettings - Class in org.wildfly.extension.camel.deployment
Created by chirino on 2/23/15.
CamelDeploymentSettings() - Constructor for class org.wildfly.extension.camel.deployment.CamelDeploymentSettings
 
CamelEnablementProcessor - Class in org.wildfly.extension.camel.deployment
A DUP that determines whether to enable the camel subsystem for a given deployment
CamelEnablementProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelEnablementProcessor
 
CamelExtension - Class in org.wildfly.extension.camel.parser
Domain extension used to initialize the Camel subsystem.
CamelExtension() - Constructor for class org.wildfly.extension.camel.parser.CamelExtension
 
CamelIntegrationParser - Class in org.wildfly.extension.camel.deployment
A JBossAllXMLParser which parses CamelDeploymentSettings
CamelIntegrationParser() - Constructor for class org.wildfly.extension.camel.deployment.CamelIntegrationParser
 
CamelIntegrationProcessor - Class in org.wildfly.extension.camel.deployment
Allways make some camel integration services available
CamelIntegrationProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
CamelLogger - Interface in org.wildfly.extension.camel
The Subsystem Logger
CamelUndertowHostService - Class in org.wildfly.extension.camel.service
The UndertowHost service
ClassResolverAssociationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler for ClassResolver association
ClassResolverAssociationHandler() - Constructor for class org.wildfly.extension.camel.handler.ClassResolverAssociationHandler
 
ClientAuthorizationPolicy - Class in org.wildfly.extension.camel.security
Provides access to RunAs login policy
ClientAuthorizationPolicy() - Constructor for class org.wildfly.extension.camel.security.ClientAuthorizationPolicy
 
ClientLoginAuthorizationPolicy - Class in org.wildfly.extension.camel.security
Deprecated.
ClientLoginAuthorizationPolicy() - Constructor for class org.wildfly.extension.camel.security.ClientLoginAuthorizationPolicy
Deprecated.
 
ClientLoginContext - Class in org.wildfly.extension.camel.security
Deprecated.
ComponentResolverAssociationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler that sets the ComponentResolver
ComponentResolverAssociationHandler(SubsystemRuntimeState) - Constructor for class org.wildfly.extension.camel.handler.ComponentResolverAssociationHandler
 
concatURL(URL, String) - Static method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
CONTEXT_CREATE_HANDLER_REGISTRY_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The ContextCreateHandlerRegistry attachment key
CONTEXT_CREATE_HANDLER_REGISTRY_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the ContextCreateHandlerRegistry service
ContextCreateHandler - Interface in org.wildfly.extension.camel
A handler that gets called on CamelContext creation
ContextCreateHandlerRegistry - Interface in org.wildfly.extension.camel
A registry for CAmelContext create handlers
ContextCreateHandlerRegistryService - Class in org.wildfly.extension.camel.service
ContextValidationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler for that validates the camel context
ContextValidationHandler() - Constructor for class org.wildfly.extension.camel.handler.ContextValidationHandler
 
createCamelContext() - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
createCamelContext(ClassLoader) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
createCamelContext(ClassLoader, String, String) - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
createCamelContextList(URL, ClassLoader) - Static method in class org.wildfly.extension.camel.SpringCamelContextFactory
Create a SpringCamelContext list from the given URL
createCamelContextList(byte[], ClassLoader) - Static method in class org.wildfly.extension.camel.SpringCamelContextFactory
Create a SpringCamelContext list from the given bytes
createEndpointInstance(URI, UndertowComponent) - Method in class org.wildfly.extension.camel.component.WildFlyUndertowComponent
 
createSingleCamelContext(URL, ClassLoader) - Static method in class org.wildfly.extension.camel.SpringCamelContextFactory
Create a single SpringCamelContext from the given URL

D

deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelCdiBeanArchiveProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelContextDescriptorsProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelEnablementProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
domain(String) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
DomainAuthorizationPolicy - Class in org.wildfly.extension.camel.security
Authenticates against a given domain
DomainAuthorizationPolicy() - Constructor for class org.wildfly.extension.camel.security.DomainAuthorizationPolicy
 
DomainPrincipal - Class in org.wildfly.extension.camel.security
A domain name principal
DomainPrincipal(String) - Constructor for class org.wildfly.extension.camel.security.DomainPrincipal
 

E

EncodedUsernamePasswordPrincipal - Class in org.wildfly.extension.camel.security
An encoded username password pricipal
EncodedUsernamePasswordPrincipal(String, char[]) - Constructor for class org.wildfly.extension.camel.security.EncodedUsernamePasswordPrincipal
 
EncodedUsernamePasswordPrincipal(String, String, char[]) - Constructor for class org.wildfly.extension.camel.security.EncodedUsernamePasswordPrincipal
 
encryptedPassword(char[]) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
encryptedPassword(String, char[]) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
encryptPassword(String, String, char[]) - Static method in class org.wildfly.extension.camel.security.EncodedUsernamePasswordPrincipal
 
EndpointRegistryClient - Class in org.wildfly.extension.camel
The client for registered endpoints.
EndpointRegistryClient(ModelControllerClient) - Constructor for class org.wildfly.extension.camel.EndpointRegistryClient
 

G

getCamelContext(String) - Method in interface org.wildfly.extension.camel.CamelContextRegistry
Get the camel context for the given name
getContextCreateHandlers(ClassLoader) - Method in interface org.wildfly.extension.camel.ContextCreateHandlerRegistry
 
getContextDefinition(String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
getContextDefinitionNames() - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
getDeploymentUnitForName(String) - Static method in class org.wildfly.extension.camel.deployment.CamelEnablementProcessor
 
getEndpointURLs() - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
getHttpHost() - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
getLoginContext(String, String, char[]) - Method in class org.wildfly.extension.camel.security.AbstractAuthorizationPolicy
 
getLoginContext(String, String, char[]) - Method in class org.wildfly.extension.camel.security.ClientAuthorizationPolicy
 
getLoginContext(String, String, char[]) - Method in class org.wildfly.extension.camel.security.DomainAuthorizationPolicy
 
getModuleClassLoader(CamelContext) - Static method in class org.wildfly.extension.camel.handler.ModuleClassLoaderAssociationHandler
 
getModules() - Method in class org.wildfly.extension.camel.deployment.CamelDeploymentSettings
 
getName() - Method in class org.wildfly.extension.camel.security.DomainPrincipal
 
getName() - Method in class org.wildfly.extension.camel.security.UsernamePasswordPrincipal
 
getNamingContext() - Method in class org.wildfly.extension.camel.WildFlyCamelContext
 
getPassword() - Method in class org.wildfly.extension.camel.security.UsernamePasswordPrincipal
 
getRegisteredEndpoints(String) - Method in class org.wildfly.extension.camel.EndpointRegistryClient
 
getValue() - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
getValue() - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
getValue() - Method in class org.wildfly.extension.camel.service.CamelUndertowHostService
 
getValue() - Method in class org.wildfly.extension.camel.service.ContextCreateHandlerRegistryService
 

I

initialize(ExtensionContext) - Method in class org.wildfly.extension.camel.parser.CamelExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.wildfly.extension.camel.parser.CamelExtension
 
isEnabled() - Method in class org.wildfly.extension.camel.deployment.CamelDeploymentSettings
 

L

LOGGER - Static variable in interface org.wildfly.extension.camel.CamelLogger
A logger with the category org.wildfly.camel.
LoginContextBuilder - Class in org.wildfly.extension.camel.security
A login context builder
LoginContextBuilder(LoginContextBuilder.Type) - Constructor for class org.wildfly.extension.camel.security.LoginContextBuilder
 
LoginContextBuilder.Type - Enum in org.wildfly.extension.camel.security
 

M

ModelJAXBContextFactoryWrapperHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler which wraps ModelJAXBContextFactory in Camel context.
ModelJAXBContextFactoryWrapperHandler() - Constructor for class org.wildfly.extension.camel.handler.ModelJAXBContextFactoryWrapperHandler
 
ModuleClassLoaderAssociationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler for ApplicationContextClassLoader association
ModuleClassLoaderAssociationHandler() - Constructor for class org.wildfly.extension.camel.handler.ModuleClassLoaderAssociationHandler
 

N

NAMESPACE_1_0 - Static variable in class org.wildfly.extension.camel.deployment.CamelIntegrationParser
 
NamingContextAssociationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler for JNDI context association
NamingContextAssociationHandler(ServiceRegistry, ServiceTarget) - Constructor for class org.wildfly.extension.camel.handler.NamingContextAssociationHandler
 
newLoginContext(String, char[]) - Static method in class org.wildfly.extension.camel.security.ClientLoginContext
Deprecated.
 

O

org.wildfly.extension.camel - package org.wildfly.extension.camel
 
org.wildfly.extension.camel.component - package org.wildfly.extension.camel.component
 
org.wildfly.extension.camel.deployment - package org.wildfly.extension.camel.deployment
 
org.wildfly.extension.camel.handler - package org.wildfly.extension.camel.handler
 
org.wildfly.extension.camel.parser - package org.wildfly.extension.camel.parser
 
org.wildfly.extension.camel.security - package org.wildfly.extension.camel.security
 
org.wildfly.extension.camel.service - package org.wildfly.extension.camel.service
 

P

PackageScanClassResolverAssociationHandler - Class in org.wildfly.extension.camel.handler
A ContextCreateHandler for PackageScanClassResolver association
PackageScanClassResolverAssociationHandler(ModuleClassLoader) - Constructor for class org.wildfly.extension.camel.handler.PackageScanClassResolverAssociationHandler
 
PackageScanResolverProcessor - Class in org.wildfly.extension.camel.deployment
Add a PackageScanClassResolver to the CamelContext
PackageScanResolverProcessor() - Constructor for class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
parse(XMLExtendedStreamReader, DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelIntegrationParser
 
parser(XMLExtendedStreamReader, PropertyReplacer) - Static method in class org.wildfly.extension.camel.deployment.CamelIntegrationParser
 
password(char[]) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
putContextDefinition(String, String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 

R

removeContextCreateHandler(ClassLoader, ContextCreateHandler) - Method in interface org.wildfly.extension.camel.ContextCreateHandlerRegistry
 
removeContextCreateHandlers(ClassLoader) - Method in interface org.wildfly.extension.camel.ContextCreateHandlerRegistry
 
removeContextDefinition(String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
removeEndpointURL(URL) - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
removeHttpContext(String) - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
REPOSITORY_CONTENT_FILE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
 
REPOSITORY_CONTENT_FILE_SUFFIX - Static variable in interface org.wildfly.extension.camel.CamelConstants
The deployment names for repository content deployments
roles(String...) - Method in class org.wildfly.extension.camel.security.DomainAuthorizationPolicy
 
roles(String...) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
ROOT_ELEMENT - Static variable in class org.wildfly.extension.camel.deployment.CamelIntegrationParser
 

S

setHttpHost(URL) - Method in class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
setNamingContext(Context) - Method in class org.wildfly.extension.camel.WildFlyCamelContext
 
setup(CamelContext) - Method in interface org.wildfly.extension.camel.ContextCreateHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.ClassResolverAssociationHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.ComponentResolverAssociationHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.ContextValidationHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.ModelJAXBContextFactoryWrapperHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.ModuleClassLoaderAssociationHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.NamingContextAssociationHandler
 
setup(CamelContext) - Method in class org.wildfly.extension.camel.handler.PackageScanClassResolverAssociationHandler
 
SpringCamelContextFactory - Class in org.wildfly.extension.camel
A CamelContext factory utility.
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelBootstrapService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelUndertowHostService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.ContextCreateHandlerRegistryService
 
startServer(UndertowConsumer) - Method in class org.wildfly.extension.camel.component.WildFlyUndertowComponent
 
stop(StopContext) - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
stop(StopContext) - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
stop(StopContext) - Method in class org.wildfly.extension.camel.service.CamelUndertowHostService
 
SUBSYSTEM_NAME - Static variable in class org.wildfly.extension.camel.parser.CamelExtension
 
SubsystemRuntimeState - Class in org.wildfly.extension.camel.parser
The Camel subsystem runtime state.
SubsystemRuntimeState() - Constructor for class org.wildfly.extension.camel.parser.SubsystemRuntimeState
 
SubsystemState - Class in org.wildfly.extension.camel.parser
The Camel subsystem state.
SubsystemState() - Constructor for class org.wildfly.extension.camel.parser.SubsystemState
 
SWITCHYARD_MARKER_FILE - Static variable in interface org.wildfly.extension.camel.CamelConstants
The Switchyard marker file

U

undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelCdiBeanArchiveProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelContextDescriptorsProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelEnablementProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
username(String) - Method in class org.wildfly.extension.camel.security.LoginContextBuilder
 
UsernamePasswordAuthentication - Class in org.wildfly.extension.camel.security
Deprecated.
UsernamePasswordAuthentication(String, char[]) - Constructor for class org.wildfly.extension.camel.security.UsernamePasswordAuthentication
Deprecated.
 
UsernamePasswordPrincipal - Class in org.wildfly.extension.camel.security
A username password authentication token
UsernamePasswordPrincipal(String, char[]) - Constructor for class org.wildfly.extension.camel.security.UsernamePasswordPrincipal
 

V

valueOf(String) - Static method in enum org.wildfly.extension.camel.security.LoginContextBuilder.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.extension.camel.security.LoginContextBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WildFlyCamelContext - Class in org.wildfly.extension.camel
The default WildFly CamelContext.
WildFlyCamelContext() - Constructor for class org.wildfly.extension.camel.WildFlyCamelContext
 
WildFlyCamelContext(ClassLoader) - Constructor for class org.wildfly.extension.camel.WildFlyCamelContext
 
WildFlyUndertowComponent - Class in org.wildfly.extension.camel.component
An extension to the UndertowComponent
WildFlyUndertowComponent(SubsystemRuntimeState) - Constructor for class org.wildfly.extension.camel.component.WildFlyUndertowComponent
 
wrap(RouteContext, Processor) - Method in class org.wildfly.extension.camel.security.AbstractAuthorizationPolicy
 
A B C D E G I L M N O P R S U V W 
Skip navigation links

Copyright © 2016. All rights reserved.