public interface

AuthenticationScenario

com.atlassian.applinks.spi.auth.AuthenticationScenario

Class Overview

Describes the relationship between two Unified Application Links enabled servers, with respect to authentication

Summary

Public Methods
abstract boolean isCommonUserBase()
abstract boolean isTrusted()

Public Methods

public abstract boolean isCommonUserBase ()

Returns
  • true if the two servers have (and will continue to have) the same collection of users.

public abstract boolean isTrusted ()

Returns
  • true if the two servers are secure and trust requests made to and from each other.