Uses of Class
io.openraven.magpie.core.cspm.model.Policy
-
Packages that use Policy Package Description io.openraven.magpie.core.cspm.analysis io.openraven.magpie.core.cspm.model io.openraven.magpie.core.cspm.services -
-
Uses of Policy in io.openraven.magpie.core.cspm.analysis
Methods in io.openraven.magpie.core.cspm.analysis that return Policy Modifier and Type Method Description PolicyIgnoredRule. getPolicy()PolicyViolation. getPolicy()Methods in io.openraven.magpie.core.cspm.analysis that return types with arguments of type Policy Modifier and Type Method Description List<Policy>ScanResults. getPolicies()Methods in io.openraven.magpie.core.cspm.analysis with parameters of type Policy Modifier and Type Method Description voidViolation. setPolicy(Policy policy)Constructors in io.openraven.magpie.core.cspm.analysis with parameters of type Policy Constructor Description IgnoredRule(Policy policy, Rule rule, IgnoredRule.IgnoredReason ignoredReason)Constructor parameters in io.openraven.magpie.core.cspm.analysis with type arguments of type Policy Constructor Description ScanResults(List<Policy> policies, List<Violation> violations, List<IgnoredRule> ignoredRules) -
Uses of Policy in io.openraven.magpie.core.cspm.model
Methods in io.openraven.magpie.core.cspm.model that return Policy Modifier and Type Method Description PolicyPolicyContext. getPolicy()Constructors in io.openraven.magpie.core.cspm.model with parameters of type Policy Constructor Description PolicyContext(PolicyMetadata metadata, Policy policy) -
Uses of Policy in io.openraven.magpie.core.cspm.services
Methods in io.openraven.magpie.core.cspm.services with parameters of type Policy Modifier and Type Method Description protected voidPolicyAnalyzerServiceImpl. executeRule(List<Violation> policyViolations, List<IgnoredRule> policyIgnoredRules, Policy policy, Rule rule)
-