| Package | Description |
|---|---|
| org.apache.qpid.server.security.access.config |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationLoggingDetails |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperties |
AclRulePredicates.getFirewallProperties() |
ObjectProperties |
AclRulePredicates.getObjectProperties() |
ObjectProperties |
Action.getProperties() |
ObjectProperties |
ClientAction.getProperties() |
| 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.
|
| Constructor and Description |
|---|
AclAction(LegacyOperation operation,
ObjectType object,
ObjectProperties properties) |
Action(LegacyOperation operation,
ObjectType object,
ObjectProperties properties) |
ClientAction(LegacyOperation operation,
ObjectType objectType,
ObjectProperties properties) |
ObjectProperties(ObjectProperties copy) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.