Modifier and Type | Class and Description |
---|---|
class |
WebSudoRequiredException
Exception thrown when a user needs a websudo session before a RPC method can be used.
|
Modifier and Type | Method and Description |
---|---|
protected ConfluenceUser |
TokenAuthenticationInvocationHandler.getAuthenticatedUser(String token)
Determines which user is performing the request.
|
ConfluenceUser |
TokenAuthenticationManager.makeAnonymousConfluenceUser()
Returns the anonymous user
|
Modifier and Type | Method and 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 |
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) |
Modifier and Type | Method and 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 object
|
void |
SoapServiceHelperImpl.assertCanModifyObject(Object obj,
String typeDescription) |
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
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
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 Macro
|
boolean |
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.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.disablePlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.disablePlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.disablePlugin(String token,
String pluginKey) |
boolean |
FuncTestRpcHandler.disablePluginModule(String tokdis,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.disablePluginModule(String token,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.disablePluginModule(String token,
String pluginKey,
String moduleKey) |
boolean |
FuncTestRpcHandler.disablePluginWithoutPersisting(String token,
String pluginKey)
Disable a plugin without persisting.
|
boolean |
FuncTestRpcHandlerImpl.disablePluginWithoutPersisting(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.disablePluginWithoutPersisting(String token,
String pluginKey) |
boolean |
FuncTestRpcHandlerImpl.disconnectGroup(String token,
String groupName) |
boolean |
FuncTestRpcHandlerImpl.disconnectUser(String token,
String userName) |
boolean |
FuncTestRpcHandler.enablePlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.enablePlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.enablePlugin(String token,
String pluginKey) |
boolean |
FuncTestRpcHandler.enablePluginModule(String token,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.enablePluginModule(String token,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.enablePluginModule(String token,
String pluginKey,
String moduleKey) |
boolean |
FuncTestRpcHandlerImpl.flushAllCaches(String token)
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
|
Hashtable |
FuncTestRpcHandlerImpl.getCacheStatistics(String token,
String cacheName)
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
|
Vector<String> |
FuncTestRpcHandler.getCacheStatisticsCapabilities(String token)
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
|
Vector<String> |
FuncTestRpcHandlerImpl.getCacheStatisticsCapabilities(String token)
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
|
Vector<String> |
FuncTestRpcDelegator.getCacheStatisticsCapabilities(String token) |
boolean |
FuncTestRpcHandler.isCurrentApplicationSet(String token)
Check whether or not the trustedApplicationManager has its currentApplication set.
|
boolean |
FuncTestRpcHandlerImpl.isCurrentApplicationSet(String token) |
boolean |
FuncTestRpcDelegator.isCurrentApplicationSet(String token) |
boolean |
FuncTestRpcHandler.isPluginModuleEnabled(String token,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.isPluginModuleEnabled(String token,
String pluginKey,
String moduleKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.isPluginModuleEnabled(String token,
String pluginKey,
String moduleKey) |
boolean |
FuncTestRpcHandlerImpl.putStringMappingInCache(String token,
String cacheName,
String key,
String value)
Deprecated.
since 5.6. Use FuncTestAdminCacheResource.
|
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.removePersonalInformation(String token,
String username) |
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 |
FuncTestRpcDelegator.removeUserMacro(String token,
String name) |
boolean |
FuncTestRpcHandlerImpl.setUserDetails(String token,
String username,
String fullName,
String email) |
boolean |
FuncTestRpcHandler.uninstallPlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcHandlerImpl.uninstallPlugin(String token,
String pluginKey)
Deprecated.
since 5.6. Use PluginsRpc in test client code.
|
boolean |
FuncTestRpcDelegator.uninstallPlugin(String token,
String pluginKey) |
Copyright © 2003–2020 Atlassian. All rights reserved.