| Package | Description |
|---|---|
| org.onos.acl |
ACL application.
|
| org.onos.acl.impl |
ACL application implementation.
|
| Modifier and Type | Method and Description |
|---|---|
AclRule |
AclRule.Builder.build()
Builds an ACL rule from the accumulated parameters.
|
AclRule |
AclStore.getAclRule(RuleId ruleId)
Gets an existing ACL rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclRule> |
AclStore.getAclRules()
Gets a list containing all ACL rules.
|
List<AclRule> |
AclService.getAclRules()
Gets a list containing all ACL rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclStore.addAclRule(AclRule rule)
Adds a new ACL rule.
|
boolean |
AclService.addAclRule(AclRule rule)
Adds a new ACL rule.
|
boolean |
AclRule.checkMatch(AclRule r)
Check if this ACL rule match the given ACL rule.
|
| Modifier and Type | Method and Description |
|---|---|
AclRule |
DistributedAclStore.getAclRule(RuleId ruleId) |
| Modifier and Type | Method and Description |
|---|---|
List<AclRule> |
DistributedAclStore.getAclRules() |
List<AclRule> |
AclManager.getAclRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedAclStore.addAclRule(AclRule rule) |
boolean |
AclManager.addAclRule(AclRule rule) |
Copyright © 2015. All rights reserved.