public class

CleanupResource

extends Object
java.lang.Object
   ↳ com.atlassian.applinks.CleanupResource

Summary

Public Constructors
CleanupResource(MutatingApplicationLinkService linkService, TrustedApplicationsConfigurationManager trustedApplicationsConfigurationManager, ServiceProviderConsumerStore serviceProviderConsumerStore, ServiceProviderTokenStore serviceProviderTokenStore, ConsumerService consumerService, PluginSettingsFactory pluginSettingsFactory)
Public Methods
Response execute()
Deletes all local applinks and stored trusted apps certificates.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CleanupResource (MutatingApplicationLinkService linkService, TrustedApplicationsConfigurationManager trustedApplicationsConfigurationManager, ServiceProviderConsumerStore serviceProviderConsumerStore, ServiceProviderTokenStore serviceProviderTokenStore, ConsumerService consumerService, PluginSettingsFactory pluginSettingsFactory)

Public Methods

public Response execute ()

Deletes all local applinks and stored trusted apps certificates. Does not require login. Not very RESTful with a GET, but easier to get to with selenium.