Uses of Interface
com.atlassian.confluence.security.PermissionDelegate
-
-
Uses of PermissionDelegate in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return PermissionDelegate Modifier and Type Method Description PermissionDelegateContentType. getPermissionDelegate()PermissionDelegateUninstalledContentType. getPermissionDelegate() -
Uses of PermissionDelegate in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return PermissionDelegate Modifier and Type Method Description PermissionDelegateCustomContentTypeWrapper. getPermissionDelegate() -
Uses of PermissionDelegate in com.atlassian.confluence.it.api.test.plugin
Classes in com.atlassian.confluence.it.api.test.plugin that implement PermissionDelegate Modifier and Type Class Description classDummyPermissionDelegate -
Uses of PermissionDelegate in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return PermissionDelegate Modifier and Type Method Description PermissionDelegateDummyAvailableContentType. getPermissionDelegate()PermissionDelegateDummyUnavailableContentType. getPermissionDelegate()Constructors in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type PermissionDelegate Constructor Description DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams)DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate) -
Uses of PermissionDelegate in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement PermissionDelegate Modifier and Type Class Description classJsonPropertyPermissionDelegateChecks permissions for a json propertyMethods in com.atlassian.confluence.plugins.contentproperty that return PermissionDelegate Modifier and Type Method Description PermissionDelegateJsonContentPropertyType. getPermissionDelegate() -
Uses of PermissionDelegate in com.atlassian.confluence.security
Classes in com.atlassian.confluence.security that implement PermissionDelegate Modifier and Type Class Description classNoPermissionDelegate<T>APermissionDelegatewhich always refuses permission.Methods in com.atlassian.confluence.security with parameters of type PermissionDelegate Modifier and Type Method Description booleanPermission. checkAgainst(PermissionDelegate delegate, com.atlassian.user.User user, Object target)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultPermissionManager. register(String key, PermissionDelegate<?> delegate)voidPermissionDelegateRegistry. register(String key, PermissionDelegate<?> delegate)Method parameters in com.atlassian.confluence.security with type arguments of type PermissionDelegate Modifier and Type Method Description voidDefaultPermissionManager. setDelegates(Map<String,PermissionDelegate> delegates)Deprecated. -
Uses of PermissionDelegate in com.atlassian.confluence.security.delegate
Classes in com.atlassian.confluence.security.delegate that implement PermissionDelegate Modifier and Type Class Description classAbstractPermissionsDelegate<TARGET>classApplicationPermissionsDelegateclassAttachmentPermissionsDelegateclassBlogPostPermissionsDelegateclassCommentPermissionsDelegateclassDraftPermissionsDelegateThis delegate verifies permissions for the oldDraftobject.classGlobalDescriptionPermissionsDelegateclassGroupPermissionsDelegateClass for checking operations on groups.classLabellingPermissionsDelegateclassLinkPermissionsDelegateclassPagePermissionsDelegateclassPageTemplatePermissionsDelegateclassPeopleDirectoryPermissionsDelegateclassPersonalInformationPermissionsDelegateclassSharedAccessInterceptorInterceptor to check that shared access is allowed toContentEntityObjectclassSpaceDescriptionPermissionsDelegateclassSpacePermissionsDelegateclassSystemPermissionsDelegateHandles permission checks for operations deem to have an effect on the system and hence require sys admin perrmissionsclassTargetToLatestVersionDecoratorNote that if this is used to verify permissions for drafts the delegate will verify permissions on the version the draft points to.classUserPermissionsDelegateClass for checking operations on users.Methods in com.atlassian.confluence.security.delegate that return PermissionDelegate Modifier and Type Method Description PermissionDelegatePermissionsDelegateFactory. getDelegate(PermissionDelegate delegate)Deprecated.Methods in com.atlassian.confluence.security.delegate with parameters of type PermissionDelegate Modifier and Type Method Description PermissionDelegatePermissionsDelegateFactory. getDelegate(PermissionDelegate delegate)Deprecated.Constructors in com.atlassian.confluence.security.delegate with parameters of type PermissionDelegate Constructor Description SharedAccessInterceptor(PermissionDelegate delegate)TargetToLatestVersionDecorator(PermissionDelegate delegate)
-