Uses of Class
org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration
-
Packages that use NettyHttpSecurityConfiguration Package Description org.apache.camel.component.netty.http -
-
Uses of NettyHttpSecurityConfiguration in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http that return NettyHttpSecurityConfiguration Modifier and Type Method Description NettyHttpSecurityConfigurationNettyHttpComponent. getSecurityConfiguration()NettyHttpSecurityConfigurationNettyHttpEndpoint. getSecurityConfiguration()Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpSecurityConfiguration Modifier and Type Method Description voidNettyHttpComponent. setSecurityConfiguration(NettyHttpSecurityConfiguration securityConfiguration)Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.voidNettyHttpEndpoint. setSecurityConfiguration(NettyHttpSecurityConfiguration securityConfiguration)Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.
-