Uses of Class
org.apache.camel.support.jsse.FilterParameters.Patterns
Packages that use FilterParameters.Patterns
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of FilterParameters.Patterns in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return FilterParameters.PatternsModifier and TypeMethodDescriptionFilterParameters.getPatterns()Returns an immutable collection of compiled filter patterns based on the state of this instance at the time of invocation.Methods in org.apache.camel.support.jsse with parameters of type FilterParameters.PatternsModifier and TypeMethodDescriptionprotected Collection<String>BaseSSLContextParameters.filter(Collection<String> explicitValues, Collection<String> availableValues, Collection<String> currentValues, FilterParameters.Patterns patterns, FilterParameters.Patterns defaultPatterns, boolean applyDefaults) Filters the values inavailableValuesreturning only the values that are explicitly listed inexplicitValues(returns them regardless of if they appear inavailableValuesor not) ifexplicitValuesis notnullor according to the following rules: Match the include patterns inpatternsand don't match the exclude patterns inpatternsif patterns is notnull. Match the include patterns indefaultPatternsand don't match the exclude patterns indefaultPatternsif patterns isnullandapplyDefaultsis true. Are provided in currentValues if if patterns isnullandapplyDefaultsis false.