|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
org.apache.qpid.server.security.access.config |
Uses of Action in org.apache.qpid.server.security.access.config |
---|
Methods in org.apache.qpid.server.security.access.config that return Action | |
---|---|
Action |
Rule.getAction()
|
Methods in org.apache.qpid.server.security.access.config with parameters of type Action | |
---|---|
void |
RuleSet.addRule(Integer number,
String identity,
org.apache.qpid.server.security.access.Permission permission,
Action action)
|
int |
Action.Specificity.compare(Action a,
Action b)
|
boolean |
Action.matches(Action a)
|
boolean |
RuleSet.ruleExists(String identity,
Action action)
|
void |
Rule.setAction(Action action)
|
Constructors in org.apache.qpid.server.security.access.config with parameters of type Action | |
---|---|
Rule(Integer number,
String identity,
Action action,
org.apache.qpid.server.security.access.Permission permission)
|
|
Rule(String identity,
Action action,
org.apache.qpid.server.security.access.Permission permission)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |