public class ZKAuditSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZKAuditSet.ZKPolicyReportSections
Structure of report that defines which sections to be included.
|
| Modifier | Constructor and Description |
|---|---|
|
ZKAuditSet() |
|
ZKAuditSet(File auditConfigFile) |
protected |
ZKAuditSet(List<ZKQueryElement> queries,
List<ZKCheckElement> checks,
ZKAuditSet.ZKPolicyReportSections sections) |
| Modifier and Type | Method and Description |
|---|---|
List<ZKCheckElement> |
getChecks() |
List<ZKQueryElement> |
getQueries() |
ZKAuditSet.ZKPolicyReportSections |
getSections() |
void |
setChecks(List<ZKCheckElement> checks) |
void |
setQueries(List<ZKQueryElement> queries) |
void |
setSections(ZKAuditSet.ZKPolicyReportSections sections) |
public ZKAuditSet(File auditConfigFile) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionpublic ZKAuditSet()
protected ZKAuditSet(List<ZKQueryElement> queries, List<ZKCheckElement> checks, ZKAuditSet.ZKPolicyReportSections sections)
public List<ZKQueryElement> getQueries()
public List<ZKCheckElement> getChecks()
public ZKAuditSet.ZKPolicyReportSections getSections()
public void setQueries(List<ZKQueryElement> queries)
public void setChecks(List<ZKCheckElement> checks)
public void setSections(ZKAuditSet.ZKPolicyReportSections sections)
Copyright © 2020. All rights reserved.