Package | Description |
---|---|
org.apache.qpid.server.security.access.config |
Modifier and Type | Method and Description |
---|---|
AclAction |
Rule.getAclAction() |
Modifier and Type | Method and Description |
---|---|
void |
RuleSet.addRule(Integer number,
String identity,
Permission permission,
AclAction action) |
boolean |
ClientAction.matches(AclAction ruleAction,
InetAddress addressOfClient) |
boolean |
RuleSet.ruleExists(String identity,
AclAction action) |
void |
Rule.setAction(AclAction action) |
Constructor and Description |
---|
Rule(Integer number,
String identity,
AclAction action,
Permission permission) |
Rule(String identity,
AclAction action,
Permission permission) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.