|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteAuthenticationException | |
|---|---|
| com.atlassian.jira.rpc.auth | |
| com.atlassian.jira.rpc.soap | |
| com.atlassian.jira.rpc.xmlrpc | |
| Uses of RemoteAuthenticationException in com.atlassian.jira.rpc.auth |
|---|
| Methods in com.atlassian.jira.rpc.auth that throw RemoteAuthenticationException | |
|---|---|
java.lang.String |
TokenManager.login(java.lang.String username,
java.lang.String password)
|
com.atlassian.crowd.embedded.api.User |
TokenManagerImpl.retrieveUser(java.lang.String token)
|
com.atlassian.crowd.embedded.api.User |
TokenManager.retrieveUser(java.lang.String token)
Deprecated. As some instances may want to allow anonymous access, individual methods should check for their relevant permission instead. Use TokenManager.retrieveUserNoPermissionCheck(String) instead. |
com.atlassian.crowd.embedded.api.User |
TokenManagerImpl.retrieveUserNoPermissionCheck(java.lang.String token)
|
com.atlassian.crowd.embedded.api.User |
TokenManager.retrieveUserNoPermissionCheck(java.lang.String token)
|
| Uses of RemoteAuthenticationException in com.atlassian.jira.rpc.soap |
|---|
| Methods in com.atlassian.jira.rpc.soap that throw RemoteAuthenticationException | |
|---|---|
boolean |
JiraSoapService.addAttachmentsToIssue(java.lang.String token,
java.lang.String issueKey,
java.lang.String[] fileNames,
byte[][] attachments)
Deprecated. since v4.0 please use JiraSoapService.addBase64EncodedAttachmentsToIssue(String, String, String[],
String[]) |
boolean |
JiraSoapService.addBase64EncodedAttachmentsToIssue(java.lang.String token,
java.lang.String issueKey,
java.lang.String[] fileNames,
java.lang.String[] base64EncodedAttachmentData)
An alternative mechanism for adding attachments to an issue. |
void |
JiraSoapService.addComment(java.lang.String token,
java.lang.String issueKey,
RemoteComment remoteComment)
Adds a comment to the specified issue |
RemotePermissionScheme |
JiraSoapService.addPermissionTo(java.lang.String token,
RemotePermissionScheme permissionScheme,
RemotePermission permission,
RemoteEntity remoteEntity)
|
void |
JiraSoapService.addUserToGroup(java.lang.String token,
RemoteGroup group,
RemoteUser ruser)
Adds the specified user to the specified group |
RemoteGroup |
JiraSoapService.createGroup(java.lang.String token,
java.lang.String groupName,
RemoteUser firstUser)
Creates a group with the given name optionally adding the given user to it. |
RemoteIssue |
JiraSoapService.createIssue(java.lang.String token,
RemoteIssue rIssue)
This will create an issue based on the passed in details. |
RemoteIssue |
JiraSoapService.createIssueWithParent(java.lang.String token,
RemoteIssue rIssue,
java.lang.String parentIssueKey)
This will create an issue based on the passed in details and make it a child (eg subtask) of the specified parent issue. |
RemoteIssue |
JiraSoapService.createIssueWithParentWithSecurityLevel(java.lang.String token,
RemoteIssue rIssue,
java.lang.String parentIssueKey,
java.lang.Long securityLevelId)
This will create an issue based on the passed in details and use the security level and make it a child (eg subtask) of the specified parent issue. |
RemoteIssue |
JiraSoapService.createIssueWithSecurityLevel(java.lang.String token,
RemoteIssue rIssue,
java.lang.Long securityLevelId)
This will create an issue based on the passed in details and use the security level See also JiraSoapService.createIssue(String, com.atlassian.jira.rpc.soap.beans.RemoteIssue) |
RemotePermissionScheme |
JiraSoapService.createPermissionScheme(java.lang.String token,
java.lang.String name,
java.lang.String description)
|
RemoteProject |
JiraSoapService.createProject(java.lang.String token,
java.lang.String key,
java.lang.String name,
java.lang.String description,
java.lang.String url,
java.lang.String lead,
RemotePermissionScheme permissionScheme,
RemoteScheme notificationScheme,
RemoteScheme issueSecurityScheme)
Creates a project based on the passed in details. |
RemoteProject |
JiraSoapService.createProjectFromObject(java.lang.String token,
RemoteProject rproject)
Creates a project based on the passed in details. |
RemoteUser |
JiraSoapService.createUser(java.lang.String token,
java.lang.String username,
java.lang.String password,
java.lang.String fullName,
java.lang.String email)
Creates a user in JIRA with the specified user details. |
void |
JiraSoapService.deleteGroup(java.lang.String token,
java.lang.String groupName,
java.lang.String swapGroupName)
Deletes the specified group by name |
void |
JiraSoapService.deleteIssue(java.lang.String token,
java.lang.String issueKey)
This will delete an issue with the specified issue key |
RemotePermissionScheme |
JiraSoapService.deletePermissionFrom(java.lang.String token,
RemotePermissionScheme permissionSchemeName,
RemotePermission permission,
RemoteEntity remoteEntity)
|
void |
JiraSoapService.deletePermissionScheme(java.lang.String token,
java.lang.String permissionSchemeName)
|
void |
JiraSoapService.deleteProject(java.lang.String token,
java.lang.String projectKey)
This will delete a project with the specified project key |
void |
JiraSoapService.deleteUser(java.lang.String token,
java.lang.String username)
Deletes a user in JIRA with the specified username. |
RemotePermission[] |
JiraSoapService.getAllPermissions(java.lang.String token)
|
RemoteAttachment[] |
JiraSoapService.getAttachmentsFromIssue(java.lang.String token,
java.lang.String issueKey)
Returns the attachments that are associated with an issue |
RemoteComment[] |
JiraSoapService.getComments(java.lang.String token,
java.lang.String issueKey)
Gets the comments for an issue |
RemoteComponent[] |
JiraSoapService.getComponents(java.lang.String token,
java.lang.String projectKey)
Returns an array of all the components for the specified project key. |
RemoteConfiguration |
JiraSoapService.getConfiguration(java.lang.String token)
Returns information about the current configuration of JIRA. |
RemoteFilter[] |
JiraSoapService.getFavouriteFilters(java.lang.String token)
This retreives a list of the currently logged in user's favourite fitlers. |
RemoteGroup |
JiraSoapService.getGroup(java.lang.String token,
java.lang.String groupName)
Find the group with the specified name in JIRA. |
RemoteIssue |
JiraSoapService.getIssue(java.lang.String token,
java.lang.String issueKey)
Returns information about the specific issue as identified by the issue key |
RemoteIssue |
JiraSoapService.getIssueById(java.lang.String token,
java.lang.String issueId)
Returns information about the specific issue as identified by the issue id |
RemoteIssueType[] |
JiraSoapServiceImpl.getIssueTypes(java.lang.String token)
|
RemoteIssueType[] |
JiraSoapService.getIssueTypes(java.lang.String token)
Returns an array of all the issue types for all projects in JIRA. |
RemoteIssueType[] |
JiraSoapServiceImpl.getIssueTypesForProject(java.lang.String token,
java.lang.String projectId)
|
RemoteIssueType[] |
JiraSoapService.getIssueTypesForProject(java.lang.String token,
java.lang.String projectId)
Returns an array of all the (non-sub task) issue types for the specified project id. |
RemoteScheme[] |
JiraSoapService.getNotificationSchemes(java.lang.String token)
|
RemotePermissionScheme[] |
JiraSoapService.getPermissionSchemes(java.lang.String token)
|
RemotePriority[] |
JiraSoapServiceImpl.getPriorities(java.lang.String token)
|
RemotePriority[] |
JiraSoapService.getPriorities(java.lang.String token)
Returns an array of all the issue priorities in JIRA. |
RemoteProject |
JiraSoapService.getProjectById(java.lang.String token,
java.lang.Long projectId)
Returns the Project with the matching id (if the user has permission to browse it). |
RemoteProject |
JiraSoapService.getProjectByKey(java.lang.String token,
java.lang.String projectKey)
Returns the Project with the matching key (if the user has permission to browse it). |
RemoteProject[] |
JiraSoapService.getProjectsNoSchemes(java.lang.String token)
Returns an array of all the Projects defined in JIRA. |
java.util.Date |
JiraSoapServiceImpl.getResolutionDateById(java.lang.String token,
java.lang.Long issueId)
|
java.util.Date |
JiraSoapService.getResolutionDateById(java.lang.String token,
java.lang.Long issueId)
Given an issue id, this method returns the resolution date for this issue. |
java.util.Date |
JiraSoapServiceImpl.getResolutionDateByKey(java.lang.String token,
java.lang.String issueKey)
|
java.util.Date |
JiraSoapService.getResolutionDateByKey(java.lang.String token,
java.lang.String issueKey)
Given an issue key, this method returns the resolution date for this issue. |
RemoteResolution[] |
JiraSoapServiceImpl.getResolutions(java.lang.String token)
|
RemoteResolution[] |
JiraSoapService.getResolutions(java.lang.String token)
Returns an array of all the issue resolutions in JIRA. |
RemoteFilter[] |
JiraSoapService.getSavedFilters(java.lang.String token)
Deprecated. since v3.13. Please use JiraSoapService.getFavouriteFilters(String) |
RemoteScheme[] |
JiraSoapService.getSecuritySchemes(java.lang.String token)
|
RemoteStatus[] |
JiraSoapServiceImpl.getStatuses(java.lang.String token)
|
RemoteStatus[] |
JiraSoapService.getStatuses(java.lang.String token)
Returns an array of all the issue statuses in JIRA. |
RemoteIssueType[] |
JiraSoapServiceImpl.getSubTaskIssueTypes(java.lang.String token)
|
RemoteIssueType[] |
JiraSoapService.getSubTaskIssueTypes(java.lang.String token)
Returns an array of all the sub task issue types in JIRA. |
RemoteIssueType[] |
JiraSoapServiceImpl.getSubTaskIssueTypesForProject(java.lang.String token,
java.lang.String projectId)
|
RemoteIssueType[] |
JiraSoapService.getSubTaskIssueTypesForProject(java.lang.String token,
java.lang.String projectId)
Returns an array of all the sub task issue types for the specified project id. |
RemoteUser |
JiraSoapServiceImpl.getUser(java.lang.String token,
java.lang.String username)
|
RemoteUser |
JiraSoapService.getUser(java.lang.String token,
java.lang.String username)
Returns information about a user defined to JIRA. |
RemoteVersion[] |
JiraSoapService.getVersions(java.lang.String token,
java.lang.String projectKey)
Returns an array of all the versions for the specified project key. |
java.lang.String |
JiraSoapService.login(java.lang.String username,
java.lang.String password)
This will authenticate the user in JIRA and returned a authentication token that can then be used on all other SOAP methods. |
void |
JiraSoapService.removeUserFromGroup(java.lang.String token,
RemoteGroup group,
RemoteUser ruser)
Removes the specified user to the specified group |
void |
JiraSoapServiceImpl.setUserPassword(java.lang.String token,
RemoteUser ruser,
java.lang.String newPassword)
|
void |
JiraSoapService.setUserPassword(java.lang.String token,
RemoteUser user,
java.lang.String newPassword)
Sets the password for a specified user |
RemoteGroup |
JiraSoapService.updateGroup(java.lang.String token,
RemoteGroup group)
Updates the details of a group |
RemoteProject |
JiraSoapService.updateProject(java.lang.String token,
RemoteProject rProject)
Updates a project based on the passed in details. |
RemoteUser |
JiraSoapServiceImpl.updateUser(java.lang.String token,
RemoteUser ruser)
|
RemoteUser |
JiraSoapService.updateUser(java.lang.String token,
RemoteUser user)
Updates the details about a user |
| Uses of RemoteAuthenticationException in com.atlassian.jira.rpc.xmlrpc |
|---|
| Methods in com.atlassian.jira.rpc.xmlrpc that throw RemoteAuthenticationException | |
|---|---|
java.util.Vector |
JiraXmlRpcService.getIssueTypes(java.lang.String token)
|
java.util.Vector |
JiraXmlRpcService.getPriorities(java.lang.String token)
|
java.util.Vector |
JiraXmlRpcService.getResolutions(java.lang.String token)
|
java.util.Vector |
JiraXmlRpcService.getStatuses(java.lang.String token)
|
java.util.Hashtable |
JiraXmlRpcService.getUser(java.lang.String token,
java.lang.String username)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||