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.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationLoggingDetails |
Modifier and Type | Field and Description |
---|---|
static ObjectProperties |
ObjectProperties.EMPTY |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectProperties.matches(ObjectProperties properties) |
Constructor and Description |
---|
ObjectProperties(ObjectProperties copy) |
Modifier and Type | Method and Description |
---|---|
ObjectProperties |
AclRulePredicates.getObjectProperties() |
ObjectProperties |
ClientAction.getProperties() |
ObjectProperties |
Action.getProperties() |
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.
|
void |
RuleSet.grant(Integer number,
String identity,
Permission permission,
Operation operation,
ObjectType object,
ObjectProperties properties) |
Constructor and Description |
---|
AclAction(Operation operation,
ObjectType object,
ObjectProperties properties) |
Action(Operation operation,
ObjectType object,
ObjectProperties properties) |
ClientAction(Operation operation,
ObjectType objectType,
ObjectProperties properties) |
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 . |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.