Uses of Interface
org.apache.camel.component.netty.http.SecurityConstraint
-
Packages that use SecurityConstraint Package Description 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 Modifier and Type Class Description classSecurityConstraintMappingA defaultSecurityConstraintwhich can be used to define a set of mappings to as constraints.Methods in org.apache.camel.component.netty.http that return SecurityConstraint Modifier and Type Method Description SecurityConstraintNettyHttpSecurityConfiguration. getSecurityConstraint()Methods in org.apache.camel.component.netty.http with parameters of type SecurityConstraint Modifier and Type Method Description voidNettyHttpSecurityConfiguration. setSecurityConstraint(SecurityConstraint securityConstraint)Sets aSecurityConstraintto use for checking if a web resource is restricted or not
-