@Entity public class Waf extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_LENGTH |
| Constructor and Description |
|---|
Waf() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWafRules(List<WafRule> wafRuleList) |
List<Application> |
getActiveApplications() |
List<Application> |
getApplications() |
boolean |
getCanDelete() |
Integer |
getCurrentId() |
WafRuleDirective |
getLastWafRuleDirective() |
String |
getName() |
List<WafRule> |
getWafRules() |
WafType |
getWafType() |
void |
setApplications(List<Application> applicationList) |
void |
setCurrentId(Integer currentId) |
void |
setLastWafRuleDirective(WafRuleDirective lastWafRuleDirective) |
void |
setName(String name) |
void |
setWafRules(List<WafRule> wafRuleList) |
void |
setWafType(WafType wafType) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NAME_LENGTH
public String getName()
public void setName(String name)
public Integer getCurrentId()
public void setCurrentId(Integer currentId)
public WafType getWafType()
public void setWafType(WafType wafType)
public WafRuleDirective getLastWafRuleDirective()
public void setLastWafRuleDirective(WafRuleDirective lastWafRuleDirective)
public List<Application> getApplications()
public List<Application> getActiveApplications()
public void setApplications(List<Application> applicationList)
public boolean getCanDelete()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.