| Package | Description |
|---|---|
| org.apache.qpid.server.security.access.config | |
| org.apache.qpid.server.security.access.plugins |
| Modifier and Type | Method and Description |
|---|---|
LegacyOperation |
Action.getOperation() |
LegacyOperation |
ClientAction.getOperation() |
static LegacyOperation |
LegacyOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegacyOperation[] |
LegacyOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LegacyOperation> |
ObjectType.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
Result |
RuleBasedAccessControl.authorise(LegacyOperation operation,
ObjectType objectType,
ObjectProperties properties)
Check if an operation is authorised by asking the configuration object about the access
control rules granted to the current thread's
Subject. |
Result |
RuleSet.check(Subject subject,
LegacyOperation operation,
ObjectType objectType,
ObjectProperties properties)
Checks for the case when the client's address is not known.
|
Result |
RuleSet.check(Subject subject,
LegacyOperation operation,
ObjectType objectType,
ObjectProperties properties,
InetAddress addressOfClient)
Check the authorisation granted to a particular identity for an operation on an object type with
specific properties.
|
boolean |
ObjectType.isSupported(LegacyOperation operation) |
| Constructor and Description |
|---|
AclAction(LegacyOperation operation) |
AclAction(LegacyOperation operation,
ObjectType object,
AclRulePredicates predicates) |
AclAction(LegacyOperation operation,
ObjectType object,
ObjectProperties properties) |
Action(LegacyOperation operation) |
Action(LegacyOperation operation,
ObjectType object) |
Action(LegacyOperation operation,
ObjectType object,
ObjectProperties properties) |
Action(LegacyOperation operation,
ObjectType object,
String name) |
ClientAction(LegacyOperation operation,
ObjectType objectType,
ObjectProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
LegacyOperation |
AclRule.getOperation() |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.