Uses of Class
com.atlassian.confluence.rpc.NotPermittedException
Package
Description
-
Uses of NotPermittedException in com.atlassian.confluence.rpc
Modifier and TypeClassDescriptionclass
Exception thrown when a user needs a websudo session before a RPC method can be used. -
Uses of NotPermittedException in com.atlassian.confluence.rpc.auth
Modifier and TypeMethodDescriptionprotected ConfluenceUser
TokenAuthenticationInvocationHandler.getAuthenticatedUser
(String token) Determines which user is performing the request.TokenAuthenticationManager.makeAnonymousConfluenceUser()
Returns the anonymous user -
Uses of NotPermittedException in com.atlassian.confluence.rpc.soap
Modifier and TypeMethodDescriptionWikiSoapService.addComment
(String token, RemoteComment comment) boolean
WikiSoapService.addGlobalPermission
(String token, String permission, String remoteEntityName) boolean
WikiSoapService.addGlobalPermissions
(String token, String[] permissions, String remoteEntityName) boolean
boolean
WikiSoapService.addLabelById
(String token, long labelId, long objectId) boolean
WikiSoapService.addLabelByName
(String token, String labelName, long objectId) boolean
WikiSoapService.addLabelByNameToSpace
(String token, String labelName, String spaceKey) boolean
WikiSoapService.addLabelByObject
(String token, RemoteLabel labelObject, long objectId) WikiSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) WikiSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) boolean
WikiSoapService.addProfilePicture
(String token, String userName, String fileName, String mimeType, byte[] pictureData) WikiSoapService.addSpace
(String token, RemoteSpace space) WikiSoapService.addSpaceGroup
(String token, RemoteSpaceGroup spaceGroup) WikiSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) void
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password) void
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) boolean
WikiSoapService.addUserToGroup
(String token, String username, String groupname) boolean
WikiSoapService.changeUserPassword
(String token, String username, String newPass) boolean
WikiSoapService.deactivateUser
(String token, String username) WikiSoapService.editComment
(String token, RemoteComment comment) boolean
WikiSoapService.editUser
(String token, RemoteUser remoteUser) WikiSoapService.getContentPermissionSet
(String token, long contentId, String permissionType) WikiSoapService.getContentPermissionSets
(String token, long contentId) WikiSoapService.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) WikiSoapService.getSpaceGroup
(String token, String spaceGroup) WikiSoapService.getSpacePermissionSet
(String token, String spaceKey, String permissionType) WikiSoapService.getSpacePermissionSets
(String token, String spaceKey) WikiSoapService.getSpaceStatus
(String token, String spaceKey) String[]
WikiSoapService.getUserGroups
(String token, String username) boolean
boolean
WikiSoapService.isActiveUser
(String token, String username) boolean
WikiSoapService.reactivateUser
(String token, String username) boolean
WikiSoapService.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) boolean
WikiSoapService.removeComment
(String token, long commentId) boolean
WikiSoapService.removeGroup
(String token, String groupname, String defaultGroupName) boolean
WikiSoapService.removeLabelById
(String token, long labelId, long objectId) boolean
WikiSoapService.removeLabelByName
(String token, String labelName, long objectId) boolean
WikiSoapService.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) boolean
WikiSoapService.removeLabelByObject
(String token, RemoteLabel labelObject, long objectId) WikiSoapService.removePage
(String token, long pageId) WikiSoapService.removePageVersionById
(String token, long historicalPageId) WikiSoapService.removePageVersionByVersion
(String token, long pageId, int version) boolean
WikiSoapService.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) WikiSoapService.removeSpace
(String token, String spaceKey) boolean
WikiSoapService.removeUser
(String token, String username) boolean
WikiSoapService.removeUserFromGroup
(String token, String username, String groupname) boolean
WikiSoapService.setContentPermissions
(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) WikiSoapService.setSpaceStatus
(String token, String spaceKey, String status) boolean
WikiSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) WikiSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) WikiSoapService.storePage
(String token, RemotePage page) WikiSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) -
Uses of NotPermittedException in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionboolean
LabelsSoapService.addLabelById
(long labelId, long objectId) boolean
LabelsSoapService.addLabelByName
(String labelName, long objectId) boolean
LabelsSoapService.addLabelByObject
(RemoteLabel labelObject, long objectId) void
SoapServiceHelper.assertCanModifyObject
(Object obj, String typeDescription) Determines if the current user can modify/edit the given objectvoid
SoapServiceHelperImpl.assertCanModifyObject
(Object obj, String typeDescription) boolean
boolean
LabelsSoapService.removeLabelById
(long labelId, long objectId) boolean
LabelsSoapService.removeLabelByName
(String labelReferences, long objectId) boolean
LabelsSoapService.removeLabelByObject
(RemoteLabel labelObject, long objectId) protected void
SpacesSoapService.verifyPersonalSpaceCreation
(ConfluenceUser user) Deprecated.since 4.2.7 will be removed in a future release -
Uses of NotPermittedException in com.atlassian.confluence.rpc.xmlrpc
Modifier and TypeMethodDescriptionConfluenceXmlRpcHandler.addAttachment
(String token, String contentId, Hashtable attachment, byte[] attachmentData) ConfluenceXmlRpcHandler.addComment
(String token, Hashtable comment) ConfluenceXmlRpcHandlerImpl.addComment
(String token, Hashtable comment) boolean
ConfluenceXmlRpcHandler.addLabelById
(String token, String labelId, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.addLabelById
(String token, String labelId, String objectId) boolean
ConfluenceXmlRpcHandler.addLabelByName
(String token, String labelName, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.addLabelByName
(String token, String labelName, String objectId) boolean
ConfluenceXmlRpcHandler.addLabelByNameToSpace
(String token, String labelName, String spaceKey) boolean
ConfluenceXmlRpcHandlerImpl.addLabelByNameToSpace
(String token, String labelName, String spaceKey) boolean
ConfluenceXmlRpcHandler.addLabelByObject
(String token, Hashtable labelObject, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.addLabelByObject
(String token, Hashtable labelObject, String objectId) boolean
ConfluenceXmlRpcHandler.changeUserPassword
(String token, String username, String newPass) boolean
ConfluenceXmlRpcHandlerImpl.changeUserPassword
(String token, String username, String newPass) boolean
ConfluenceXmlRpcHandler.deactivateUser
(String token, String username) boolean
ConfluenceXmlRpcHandlerImpl.deactivateUser
(String token, String username) ConfluenceXmlRpcHandler.editComment
(String token, Hashtable comment) ConfluenceXmlRpcHandlerImpl.editComment
(String token, Hashtable comment) boolean
boolean
ConfluenceXmlRpcHandler.getAttachment
(String token, String contentId, String fileName, String version) byte[]
ConfluenceXmlRpcHandler.getAttachmentData
(String token, String contentId, String fileName, String version) ConfluenceXmlRpcHandlerImpl.getLabelContentById
(String token, String labelId) ConfluenceXmlRpcHandlerImpl.getLabelContentByName
(String token, String labelName) ConfluenceXmlRpcHandlerImpl.getLabelContentByObject
(String token, Hashtable labelObject) ConfluenceXmlRpcHandler.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceXmlRpcHandlerImpl.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceXmlRpcHandlerImpl.getLabelsById
(String token, String objectId) ConfluenceXmlRpcHandlerImpl.getMostPopularLabels
(String token, int maxCount) ConfluenceXmlRpcHandlerImpl.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) boolean
ConfluenceXmlRpcHandler.isActiveUser
(String token, String username) boolean
ConfluenceXmlRpcHandlerImpl.isActiveUser
(String token, String username) boolean
ConfluenceXmlRpcHandler.moveAttachment
(String token, String originalContentId, String originalFileName, String newContentId, String newFileName) boolean
ConfluenceXmlRpcHandlerImpl.moveAttachment
(String token, String originalContentId, String originalFileName, String newContentId, String newFileName) boolean
ConfluenceXmlRpcHandler.reactivateUser
(String token, String username) boolean
ConfluenceXmlRpcHandlerImpl.reactivateUser
(String token, String username) boolean
ConfluenceXmlRpcHandler.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) boolean
ConfluenceXmlRpcHandlerImpl.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) boolean
ConfluenceXmlRpcHandler.removeAttachment
(String token, String contentId, String fileName) boolean
ConfluenceXmlRpcHandlerImpl.removeAttachment
(String token, String contentId, String fileName) boolean
ConfluenceXmlRpcHandler.removeComment
(String token, String commentId) boolean
ConfluenceXmlRpcHandlerImpl.removeComment
(String token, String commentId) boolean
ConfluenceXmlRpcHandler.removeLabelById
(String token, String labelId, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.removeLabelById
(String token, String labelId, String objectId) boolean
ConfluenceXmlRpcHandler.removeLabelByName
(String token, String labelName, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.removeLabelByName
(String token, String labelName, String objectId) boolean
ConfluenceXmlRpcHandler.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) boolean
ConfluenceXmlRpcHandlerImpl.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) boolean
ConfluenceXmlRpcHandler.removeLabelByObject
(String token, Hashtable labelObject, String objectId) boolean
ConfluenceXmlRpcHandlerImpl.removeLabelByObject
(String token, Hashtable labelObject, String objectId) boolean
ConfluenceXmlRpcHandler.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) boolean
ConfluenceXmlRpcHandlerImpl.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) boolean
ConfluenceXmlRpcHandler.setUserInformation
(String token, Hashtable userInfo) boolean
ConfluenceXmlRpcHandlerImpl.setUserInformation
(String token, Hashtable userInfo) -
Uses of NotPermittedException in com.atlassian.confluence.test.rpc
Modifier and TypeMethodDescriptionboolean
FuncTestRpcDelegator.createUserMacro
(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden) boolean
FuncTestRpcHandler.createUserMacro
(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden) Create a User Macroboolean
FuncTestRpcDelegator.disablePlugin
(String token, String pluginKey) boolean
FuncTestRpcHandler.disablePlugin
(String token, String pluginKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.disablePlugin
(String token, String pluginKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.disablePluginModule
(String token, String pluginKey, String moduleKey) boolean
FuncTestRpcHandler.disablePluginModule
(String tokdis, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.disablePluginModule
(String token, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.disablePluginWithoutPersisting
(String token, String pluginKey) boolean
FuncTestRpcHandler.disablePluginWithoutPersisting
(String token, String pluginKey) Disable a plugin without persisting.boolean
FuncTestRpcDelegator.enablePlugin
(String token, String pluginKey) boolean
FuncTestRpcHandler.enablePlugin
(String token, String pluginKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.enablePlugin
(String token, String pluginKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.enablePluginModule
(String token, String pluginKey, String moduleKey) boolean
FuncTestRpcHandler.enablePluginModule
(String token, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.enablePluginModule
(String token, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.flushAllCaches
(String token) Deprecated.since 5.6.FuncTestRpcDelegator.getCacheStatisticsCapabilities
(String token) FuncTestRpcHandler.getCacheStatisticsCapabilities
(String token) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.isCurrentApplicationSet
(String token) boolean
FuncTestRpcHandler.isCurrentApplicationSet
(String token) Check whether or not the trustedApplicationManager has its currentApplication set.boolean
FuncTestRpcHandlerImpl.isCurrentApplicationSet
(String token) boolean
FuncTestRpcDelegator.isPluginModuleEnabled
(String token, String pluginKey, String moduleKey) boolean
FuncTestRpcHandler.isPluginModuleEnabled
(String token, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.isPluginModuleEnabled
(String token, String pluginKey, String moduleKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.removePersonalInformation
(String token, String username) boolean
FuncTestRpcHandler.removePersonalInformation
(String token, String username) PersonalInformation gets created automatically by the standard create user methods.boolean
FuncTestRpcDelegator.removeUserMacro
(String token, String name) boolean
FuncTestRpcHandler.removeUserMacro
(String token, String name) Remove a User Macro with the given name if it exists.boolean
FuncTestRpcDelegator.uninstallPlugin
(String token, String pluginKey) boolean
FuncTestRpcHandler.uninstallPlugin
(String token, String pluginKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.uninstallPlugin
(String token, String pluginKey) Deprecated.since 5.6.