Uses of Interface
com.atlassian.confluence.security.PermissionDelegate
Packages that use PermissionDelegate
Package
Description
-
Uses of PermissionDelegate in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return PermissionDelegateModifier and TypeMethodDescriptionContentType.getPermissionDelegate()
TestContentType.getPermissionDelegate()
UninstalledContentType.getPermissionDelegate()
-
Uses of PermissionDelegate in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return PermissionDelegate -
Uses of PermissionDelegate in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement PermissionDelegateModifier and TypeClassDescriptionclass
Checks permissions for a json propertyMethods in com.atlassian.confluence.plugins.contentproperty that return PermissionDelegate -
Uses of PermissionDelegate in com.atlassian.confluence.security
Classes in com.atlassian.confluence.security that implement PermissionDelegateModifier and TypeClassDescriptionfinal class
APermissionDelegate
which always refuses permission.Methods in com.atlassian.confluence.security with parameters of type PermissionDelegateModifier 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) Method parameters in com.atlassian.confluence.security with type arguments of type PermissionDelegateModifier and TypeMethodDescriptionvoid
DefaultPermissionManager.setDelegates
(Map<String, PermissionDelegate> delegates) Deprecated. -
Uses of PermissionDelegate in com.atlassian.confluence.security.delegate
Classes in com.atlassian.confluence.security.delegate that implement PermissionDelegateModifier 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.Constructors in com.atlassian.confluence.security.delegate with parameters of type PermissionDelegateModifierConstructorDescriptionSharedAccessInterceptor
(PermissionDelegate delegate) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3SharedAccessInterceptor
(PermissionDelegate<?> delegate, ContentPermissionManager contentPermissionManager)
Permission.checkAgainst(PermissionDelegate, ConfluenceUser, Object)