public interface

IncomingTrustAuthenticationProviderPluginModule

com.atlassian.applinks.spi.auth.IncomingTrustAuthenticationProviderPluginModule
Known Indirect Subclasses

Class Overview

This interface can be used by AuthentiationProviderPluginModules that can also configure inbound authentication.

Summary

Public Methods
abstract boolean incomingEnabled(ApplicationLink applicationLink)
Return true if this authentication type can be used by the application link to make request to this application.

Public Methods

public abstract boolean incomingEnabled (ApplicationLink applicationLink)

Return true if this authentication type can be used by the application link to make request to this application.

Parameters
applicationLink the application to the remote application, which wants to make requests to this application.
Returns
  • true if the remote application can make requests to this application.