Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.permissions | |
com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService . |
com.atlassian.confluence.api.model.permissions.spi |
SPI for implementing pluggable permission and validation checks, for use with
OperationService . |
com.atlassian.confluence.api.service.permissions |
Modifier and Type | Method and Description |
---|---|
Map<Target,ValidationResult> |
OperationServiceImpl.canPerform(Person person,
Operation operation,
Iterable<Target> targets) |
ValidationResult |
OperationServiceImpl.canPerform(Person person,
Operation operation,
Target target) |
Map<Target,ValidationResult> |
OperationServiceImpl.canPerformWithoutExemptions(Person person,
Operation operation,
Iterable<Target> targets) |
ValidationResult |
OperationServiceImpl.canPerformWithoutExemptions(Person person,
Operation operation,
Target target) |
Modifier and Type | Class and Description |
---|---|
class |
OperationCheckResult
The result of an operation check on a specific
Target . |
class |
OperationDescription
Describes an
{operation, targetType} combination that the operations APIs can answer queries for. |
class |
OperationKey
An OperationKey is used to identify operations that can be performed on Targets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationCheck
A permission and validation check, for use with
OperationService . |
Modifier and Type | Class and Description |
---|---|
class |
BaseOperationCheck
Base class for implementing
OperationCheck s. |
Modifier and Type | Method and Description |
---|---|
Map<Target,ValidationResult> |
OperationService.canPerform(Person person,
Operation operation,
Iterable<Target> targets)
Check whether the specified Person can perform a particular operation on each of the specified targets.
|
ValidationResult |
OperationService.canPerform(Person person,
Operation operation,
Target target)
Check whether a person can perform a particular operation on a particular target.
|
Map<Target,ValidationResult> |
OperationService.canPerformWithoutExemptions(Person person,
Operation operation,
Iterable<Target> targets)
Check whether the specified Person can perform a particular operation on each of the specified targets.
|
ValidationResult |
OperationService.canPerformWithoutExemptions(Person person,
Operation operation,
Target target)
Check whether a person can perform a particular operation on a particular target.
|
Copyright © 2003–2016 Atlassian. All rights reserved.