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 TypeClassDescriptionclassChecks 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 classAPermissionDelegatewhich always refuses permission.Methods in com.atlassian.confluence.security with parameters of type PermissionDelegateModifier and TypeMethodDescriptionvoidDefaultPermissionManager.register(String key, PermissionDelegate<?> delegate) voidPermissionDelegateRegistry.register(String key, PermissionDelegate<?> delegate) -
Uses of PermissionDelegate in com.atlassian.confluence.security.delegate
Classes in com.atlassian.confluence.security.delegate that implement PermissionDelegateModifier and TypeClassDescriptionclassAbstractPermissionsDelegate<TARGET>classclassclassclassclassThis delegate verifies permissions for the oldDraftobject.classclassClass for checking operations on groups.classclassclassclassclassclassclassInterceptor to check that shared access is allowed toContentEntityObjectclassclassclassHandles permission checks for operations deem to have an effect on the system and hence require sys admin perrmissionsclassNote that if this is used to verify permissions for drafts the delegate will verify permissions on the version the draft points to.classClass for checking operations on users.Constructors in com.atlassian.confluence.security.delegate with parameters of type PermissionDelegateModifierConstructorDescriptionSharedAccessInterceptor(PermissionDelegate<?> delegate, ContentPermissionManager contentPermissionManager)