com.atlassian.applinks.api.auth
Interface NonImpersonatingAuthenticationProvider

All Superinterfaces:
AuthenticationProvider
All Known Subinterfaces:
BasicAuthenticationProvider, CorsAuthenticationProvider, TwoLeggedOAuthAuthenticationProvider

public interface NonImpersonatingAuthenticationProvider
extends AuthenticationProvider

A Non-Impersonating authentication provider means the authentication mode doesn't allow the request to be executed in the context of user as specified by the caller. In general, the request will execute as a fixed, pre-designated user on the remote machine. This mode of authentication should be used when concerning system or logged-in public information and not to do with user-specific information.

Since:
3.0

Method Summary
 ApplicationLinkRequestFactory getRequestFactory()
           
 

Method Detail

getRequestFactory

ApplicationLinkRequestFactory getRequestFactory()


Copyright © 2015 Atlassian. All rights reserved.