| Package | Description |
|---|---|
| org.apache.qpid.server.security.access.config | |
| org.apache.qpid.server.security.access.plugins |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
Action.getObjectType() |
ObjectType |
ClientAction.getObjectType() |
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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,
AclRulePredicates predicates) |
AclAction(LegacyOperation operation,
ObjectType object,
ObjectProperties properties) |
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 |
|---|---|
ObjectType |
AclRule.getObjectType() |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.