| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
UninstalledContentType.getPermissionDelegate() |
PermissionDelegate |
ContentType.getPermissionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
CustomContentTypeWrapper.getPermissionDelegate() |
| Constructor and Description |
|---|
PermissionDelegateRegistrar(PermissionDelegate.Registry registry,
Map<String,PermissionDelegate> delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyPermissionDelegate |
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
DummyUnavailableContentType.getPermissionDelegate() |
PermissionDelegate |
DummyAvailableContentType.getPermissionDelegate() |
| Constructor and Description |
|---|
DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider,
CustomContentApiSupportParams customContentApiSupportParams) |
DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPropertyPermissionDelegate
Checks permissions for a json property
|
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
JsonContentPropertyType.getPermissionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
<X> Stream<X> |
Permission.checkAgainst(PermissionDelegate delegate,
ConfluenceUser user,
Stream<X> targets)
Provides a bulk operation for checking against multiple target objects.
|
abstract boolean |
Permission.checkAgainst(PermissionDelegate delegate,
com.atlassian.user.User user,
Object target) |
void |
PermissionDelegate.Registry.registerPermissionDelegate(String key,
PermissionDelegate delegate) |
void |
DefaultPermissionManager.registerPermissionDelegate(String key,
PermissionDelegate delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPermissionsDelegate<T> |
class |
ApplicationPermissionsDelegate |
class |
AttachmentPermissionsDelegate |
class |
BlogPostPermissionsDelegate |
class |
CommentPermissionsDelegate |
class |
DraftPermissionsDelegate
This delegate verifies permissions for the old
Draft object. |
class |
GlobalDescriptionPermissionsDelegate |
class |
GroupPermissionsDelegate
Class for checking operations on groups.
|
class |
LabellingPermissionsDelegate |
class |
LinkPermissionsDelegate |
class |
MailPermissionsDelegate |
class |
PagePermissionsDelegate
A
PermissionDelegate for Page entities. |
class |
PageTemplatePermissionsDelegate |
class |
PeopleDirectoryPermissionsDelegate |
class |
PersonalInformationPermissionsDelegate |
class |
SharedAccessInterceptor<T>
Interceptor to check that shared access is allowed to
ContentEntityObject |
class |
SpaceDescriptionPermissionsDelegate |
class |
SpacePermissionsDelegate |
class |
StatusPermissionDelegate
Permission Delegate for status objects
|
class |
SystemPermissionsDelegate
Handles permission checks for operations deem to have an effect on the system and hence require sys admin perrmissions
|
class |
TargetToLatestVersionDecorator<T>
Note that if this is used to verify permissions for drafts the delegate will verify permissions on the version the draft points to.
|
class |
UserPermissionsDelegate
Class for checking operations on users.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
PermissionsDelegateFactory.getDelegate(PermissionDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
PermissionsDelegateFactory.getDelegate(PermissionDelegate delegate) |
| Constructor and Description |
|---|
SharedAccessInterceptor(PermissionDelegate<T> delegate) |
TargetToLatestVersionDecorator(PermissionDelegate<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
PermissionDelegate |
DummyOriginalVersionContentType.getPermissionDelegate() |
PermissionDelegate |
DummyCurrentVersionContentType.getPermissionDelegate() |
| Constructor and Description |
|---|
DummyCurrentVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
DummyOriginalVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
Copyright © 2003–2016 Atlassian. All rights reserved.