Uses of Class
io.openraven.magpie.core.cspm.model.PolicyContext
-
Packages that use PolicyContext Package Description io.openraven.magpie.core.cspm.services -
-
Uses of PolicyContext in io.openraven.magpie.core.cspm.services
Methods in io.openraven.magpie.core.cspm.services that return types with arguments of type PolicyContext Modifier and Type Method Description List<PolicyContext>PolicyAcquisitionService. loadPolicies()List<PolicyContext>PolicyAcquisitionServiceImpl. loadPolicies()Method parameters in io.openraven.magpie.core.cspm.services with type arguments of type PolicyContext Modifier and Type Method Description ScanResultsPolicyAnalyzerService. analyze(List<PolicyContext> policies)Using the supplied List of Policies, execute each Policy's Rules (SQL query) against the database credentials provided in MagpieConfig.ScanResultsPolicyAnalyzerServiceImpl. analyze(List<PolicyContext> policyContexts)
-