Uses of Class
com.atlassian.confluence.rpc.NotPermittedException
-
-
Uses of NotPermittedException in com.atlassian.confluence.rpc
Subclasses of NotPermittedException in com.atlassian.confluence.rpc Modifier and Type Class Description class
WebSudoRequiredException
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
Methods in com.atlassian.confluence.rpc.auth that throw NotPermittedException Modifier and Type Method Description protected ConfluenceUser
TokenAuthenticationInvocationHandler. getAuthenticatedUser(String token)
Determines which user is performing the request.ConfluenceUser
TokenAuthenticationManager. makeAnonymousConfluenceUser()
Returns the anonymous user -
Uses of NotPermittedException in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that throw NotPermittedException Modifier and Type Method Description RemoteComment
WikiSoapService. addComment(String token, RemoteComment comment)
boolean
WikiSoapService. addGlobalPermission(String token, String permission, String remoteEntityName)
boolean
WikiSoapService. addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
boolean
WikiSoapService. addGroup(String token, String groupname)
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)
RemoteSpace
WikiSoapService. addPersonalSpace(String token, RemoteSpace space, String username)
RemoteSpace
WikiSoapService. addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
boolean
WikiSoapService. addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
RemoteSpace
WikiSoapService. addSpace(String token, RemoteSpace space)
RemoteSpaceGroup
WikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
RemoteSpace
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)
RemoteComment
WikiSoapService. editComment(String token, RemoteComment comment)
boolean
WikiSoapService. editUser(String token, RemoteUser remoteUser)
RemoteContentPermissionSet
WikiSoapService. getContentPermissionSet(String token, long contentId, String permissionType)
RemoteContentPermissionSet[]
WikiSoapService. getContentPermissionSets(String token, long contentId)
RemoteLabel[]
WikiSoapService. getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
RemoteSpaceGroup
WikiSoapService. getSpaceGroup(String token, String spaceGroup)
RemoteSpacePermissionSet
WikiSoapService. getSpacePermissionSet(String token, String spaceKey, String permissionType)
RemoteSpacePermissionSet[]
WikiSoapService. getSpacePermissionSets(String token, String spaceKey)
String
WikiSoapService. getSpaceStatus(String token, String spaceKey)
String[]
WikiSoapService. getUserGroups(String token, String username)
boolean
XhtmlSoapService. hasGroup(String token, String groupname)
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)
Boolean
WikiSoapService. removePage(String token, long pageId)
Boolean
WikiSoapService. removePageVersionById(String token, long historicalPageId)
Boolean
WikiSoapService. removePageVersionByVersion(String token, long pageId, int version)
boolean
WikiSoapService. removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
Boolean
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)
Boolean
WikiSoapService. setSpaceStatus(String token, String spaceKey, String status)
boolean
WikiSoapService. setUserInformation(String token, RemoteUserInformation userInfo)
RemoteBlogEntry
WikiSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)
RemotePage
WikiSoapService. storePage(String token, RemotePage page)
RemotePage
WikiSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
-
Uses of NotPermittedException in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that throw NotPermittedException Modifier and Type Method Description boolean
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
UsersSoapService. hasGroup(String groupname)
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
Methods in com.atlassian.confluence.rpc.xmlrpc that throw NotPermittedException Modifier and Type Method Description Hashtable
ConfluenceXmlRpcHandler. addAttachment(String token, String contentId, Hashtable attachment, byte[] attachmentData)
Hashtable
ConfluenceXmlRpcHandler. addComment(String token, Hashtable comment)
Hashtable
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)
Hashtable
ConfluenceXmlRpcHandler. editComment(String token, Hashtable comment)
Hashtable
ConfluenceXmlRpcHandlerImpl. editComment(String token, Hashtable comment)
boolean
ConfluenceXmlRpcHandler. editUser(String token, Hashtable remoteUser)
boolean
ConfluenceXmlRpcHandlerImpl. editUser(String token, Hashtable remoteUser)
Hashtable
ConfluenceXmlRpcHandler. getAttachment(String token, String contentId, String fileName, String version)
byte[]
ConfluenceXmlRpcHandler. getAttachmentData(String token, String contentId, String fileName, String version)
Vector
ConfluenceXmlRpcHandlerImpl. getLabelContentById(String token, String labelId)
Vector
ConfluenceXmlRpcHandlerImpl. getLabelContentByName(String token, String labelName)
Vector
ConfluenceXmlRpcHandlerImpl. getLabelContentByObject(String token, Hashtable labelObject)
Vector
ConfluenceXmlRpcHandler. getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
Vector
ConfluenceXmlRpcHandlerImpl. getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
Vector
ConfluenceXmlRpcHandlerImpl. getLabelsById(String token, String objectId)
Vector
ConfluenceXmlRpcHandlerImpl. getMostPopularLabels(String token, int maxCount)
Vector
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
Methods in com.atlassian.confluence.test.rpc that throw NotPermittedException Modifier and Type Method Description boolean
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
FuncTestRpcHandlerImpl. 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
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
FuncTestRpcHandlerImpl. disablePluginWithoutPersisting(String token, String pluginKey)
Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl. disconnectGroup(String token, String groupName)
boolean
FuncTestRpcHandlerImpl. disconnectUser(String token, String userName)
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.Hashtable
FuncTestRpcHandlerImpl. getCacheStatistics(String token, String cacheName)
Deprecated.since 5.6.Vector<String>
FuncTestRpcDelegator. getCacheStatisticsCapabilities(String token)
Vector<String>
FuncTestRpcHandler. getCacheStatisticsCapabilities(String token)
Deprecated.since 5.6.Vector<String>
FuncTestRpcHandlerImpl. 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
FuncTestRpcHandlerImpl. putStringMappingInCache(String token, String cacheName, String key, String value)
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
FuncTestRpcHandlerImpl. removePersonalInformation(String token, String username)
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
FuncTestRpcHandlerImpl. removeUserMacro(String token, String name)
boolean
FuncTestRpcHandlerImpl. setUserDetails(String token, String username, String fullName, String email)
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.
-