Modifier and Type | Method and Description |
---|---|
protected Application |
Integration.addApplication(String appName,
ApplicationType applicationType,
String description,
String password,
boolean allowAllToAuthenticate) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationManagerGeneric.remove(Application application) |
void |
ApplicationManager.remove(Application application)
Remove an application.
|
void |
ApplicationManagerGeneric.removeDirectoryFromApplication(Directory directory,
Application application) |
void |
ApplicationManager.removeDirectoryFromApplication(Directory directory,
Application application)
Will remove a directory from an application.
|
Application |
ApplicationManagerGeneric.update(Application application) |
Application |
ApplicationManager.update(Application application)
Updates an application's details.
|
void |
ApplicationManagerGeneric.updateCredential(Application application,
PasswordCredential passwordCredential) |
void |
ApplicationManager.updateCredential(Application application,
PasswordCredential passwordCredential)
Takes an application with a List of credentials that are unencrypted, encrypts them
and then updates the application in the database with the encrypted credentials
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationManagerExceptionMapper.toResponse(ApplicationManagerException exception) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationAdminController.deleteApplicationDirectoryMapping(long appId,
long dirId) |
ApplicationEntity |
ApplicationAdminController.updateApplication(long appId,
ApplicationEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationController.removeApplication(long applicationId)
Removes an application.
|
void |
ApplicationController.updateApplication(ApplicationEntity applicationEntity)
Updates an existing application.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationAdminResource.deleteApplicationDirectoryMapping(long applicationId,
long directoryId)
Removes a directory mapping from an application.
|
ApplicationEntity |
ApplicationAdminResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationResource.addRemoteAddress(long applicationId,
RemoteAddressEntity remoteAddressEntity)
Adds the remote address to the specified application.
|
javax.ws.rs.core.Response |
ApplicationResource.removeApplication(long applicationId)
Removes the specified application.
|
javax.ws.rs.core.Response |
ApplicationResource.removeRemoteAddress(long applicationId,
String remoteAddress)
Removes the remote address of the specified application.
|
javax.ws.rs.core.Response |
ApplicationResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TestkitApplicationResource.setApplicationLink(Long applicationId,
String applicationLinkId) |
javax.ws.rs.core.Response |
TestkitApplicationResource.updateApplicationAllowedIps(Long applicationId,
List<String> allowedIps) |
Copyright © 2020 Atlassian. All rights reserved.