Package | Description |
---|---|
org.apache.qpid.server.security | |
org.apache.qpid.server.security.access.config | |
org.apache.qpid.server.security.access.plugins |
Modifier and Type | Method and Description |
---|---|
Result |
AccessControl.authorise(Operation operation,
ObjectType objectType,
ObjectProperties properties)
Authorise an operation on an object defined by a set of properties.
|
Result |
AccessControl.getDefault()
Default result for
AccessControl.authorise(Operation, ObjectType, ObjectProperties) . |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Result |
RuleSet.check(Subject subject,
Operation operation,
ObjectType objectType,
ObjectProperties properties)
Checks for the case when the client's address is not known.
|
Result |
RuleSet.check(Subject subject,
Operation 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.
|
Result |
RuleSet.getDefault()
Default deny.
|
Modifier and Type | Method and Description |
---|---|
Result |
DefaultAccessControl.authorise(Operation 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 |
DefaultAccessControl.getDefault() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.