Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
UninstalledContentType.getPermissionDelegate() |
PermissionDelegate |
ContentType.getPermissionDelegate() |
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
CustomContentTypeWrapper.getPermissionDelegate() |
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 |
---|---|
abstract boolean |
Permission.checkAgainst(PermissionDelegate delegate,
com.atlassian.user.User user,
Object target) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPermissionManager.setDelegates(Map<String,PermissionDelegate> delegates) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermissionsDelegate |
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 |
class |
PageTemplatePermissionsDelegate |
class |
PeopleDirectoryPermissionsDelegate |
class |
PersonalInformationPermissionsDelegate |
class |
SharedAccessInterceptor
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
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 delegate) |
TargetToLatestVersionDecorator(PermissionDelegate delegate) |
Modifier and Type | Method and Description |
---|---|
PermissionDelegate |
DummyCurrentVersionContentType.getPermissionDelegate() |
PermissionDelegate |
DummyOriginalVersionContentType.getPermissionDelegate() |
Constructor and Description |
---|
DummyCurrentVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
DummyOriginalVersionContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider) |
Copyright © 2003–2018 Atlassian. All rights reserved.