Uses of Class
com.securenative.rules.Rule
-
Packages that use Rule Package Description com.securenative.configurations com.securenative.filters com.securenative.processors com.securenative.rules -
-
Uses of Rule in com.securenative.configurations
Methods in com.securenative.configurations that return types with arguments of type Rule Modifier and Type Method Description List<Rule>AgentConfigOptions. getRules()Method parameters in com.securenative.configurations with type arguments of type Rule Modifier and Type Method Description voidAgentConfigOptions. setRules(List<Rule> rules)Constructor parameters in com.securenative.configurations with type arguments of type Rule Constructor Description AgentConfigOptions(List<Rule> rules, List<Action> actions, String timestamp) -
Uses of Rule in com.securenative.filters
Constructors in com.securenative.filters with parameters of type Rule Constructor Description DeleteHeaderFilter(Rule rule)ModifyHeadersFilter(Rule rule) -
Uses of Rule in com.securenative.processors
Methods in com.securenative.processors with parameters of type Rule Modifier and Type Method Description static ProcessorProcessorsFactory. getRuleProcessor(String processor, Rule rule)Constructors in com.securenative.processors with parameters of type Rule Constructor Description DeleteHeaders(Rule rule)ModifyHeaders(Rule rule) -
Uses of Rule in com.securenative.rules
Methods in com.securenative.rules that return types with arguments of type Rule Modifier and Type Method Description List<Rule>RuleManager. getAllRules()List<Rule>RuleManager. getRules(String method)Methods in com.securenative.rules with parameters of type Rule Modifier and Type Method Description voidRuleManager. registerRule(Rule rule)Method parameters in com.securenative.rules with type arguments of type Rule Modifier and Type Method Description voidRuleManager. enforceRules(List<Rule> rules)
-