| Package | Description |
|---|---|
| org.apache.qpid.server.security.access | |
| org.apache.qpid.server.security.access.config |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.parse(String text) |
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
Rule.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.addRule(Integer number,
String identity,
Permission permission,
AclAction action) |
void |
RuleSet.grant(Integer number,
String identity,
Permission permission,
Operation operation) |
void |
RuleSet.grant(Integer number,
String identity,
Permission permission,
Operation operation,
ObjectType object,
AclRulePredicates predicates) |
void |
RuleSet.grant(Integer number,
String identity,
Permission permission,
Operation operation,
ObjectType object,
ObjectProperties properties) |
void |
Rule.setPermission(Permission permission) |
| 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.