Uses of Interface
com.atlassian.confluence.security.PermissionDelegate
Package
Description
-
Uses of PermissionDelegate in com.atlassian.confluence.content
Modifier and TypeMethodDescriptionContentType.getPermissionDelegate()
UninstalledContentType.getPermissionDelegate()
-
Uses of PermissionDelegate in com.atlassian.confluence.content.custom
-
Uses of PermissionDelegate in com.atlassian.confluence.it.api.test.plugin
-
Uses of PermissionDelegate in com.atlassian.confluence.it.api.test.plugin.apiavailable
Modifier and TypeMethodDescriptionDummyAvailableContentType.getPermissionDelegate()
DummyUnavailableContentType.getPermissionDelegate()
ModifierConstructorDescriptionDummyAvailableContentType
(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams) DummyUnavailableContentType
(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate) -
Uses of PermissionDelegate in com.atlassian.confluence.plugins.contentproperty
Modifier and TypeClassDescriptionclass
Checks permissions for a json property -
Uses of PermissionDelegate in com.atlassian.confluence.security
Modifier and TypeClassDescriptionfinal class
APermissionDelegate
which always refuses permission.Modifier and TypeMethodDescriptionboolean
Permission.checkAgainst
(PermissionDelegate delegate, com.atlassian.user.User user, Object target) Deprecated.void
DefaultPermissionManager.register
(String key, PermissionDelegate<?> delegate) void
PermissionDelegateRegistry.register
(String key, PermissionDelegate<?> delegate) Modifier and TypeMethodDescriptionvoid
DefaultPermissionManager.setDelegates
(Map<String, PermissionDelegate> delegates) Deprecated. -
Uses of PermissionDelegate in com.atlassian.confluence.security.delegate
Modifier and TypeClassDescriptionclass
AbstractPermissionsDelegate<TARGET>
class
class
class
class
class
This delegate verifies permissions for the oldDraft
object.class
class
Class for checking operations on groups.class
class
class
class
class
class
class
Interceptor to check that shared access is allowed toContentEntityObject
class
class
class
Handles permission checks for operations deem to have an effect on the system and hence require sys admin perrmissionsclass
Note that if this is used to verify permissions for drafts the delegate will verify permissions on the version the draft points to.class
Class for checking operations on users.
Permission.checkAgainst(PermissionDelegate, ConfluenceUser, Object)