Uses of Interface
org.apache.camel.component.netty.http.SecurityConstraint

Packages that use SecurityConstraint
org.apache.camel.component.netty.http   
 

Uses of SecurityConstraint in org.apache.camel.component.netty.http
 

Classes in org.apache.camel.component.netty.http that implement SecurityConstraint
 class SecurityConstraintMapping
          A default SecurityConstraint which can be used to define a set of mappings to as constraints.
 

Methods in org.apache.camel.component.netty.http that return SecurityConstraint
 SecurityConstraint NettyHttpSecurityConfiguration.getSecurityConstraint()
           
 

Methods in org.apache.camel.component.netty.http with parameters of type SecurityConstraint
 void NettyHttpSecurityConfiguration.setSecurityConstraint(SecurityConstraint securityConstraint)
          Sets a SecurityConstraint to use for checking if a web resource is restricted or not

By default this is null, which means all resources is restricted.

 



Apache Camel