com.atlassian.applinks.api.auth
Interface ImpersonatingAuthenticationProvider

All Superinterfaces:
AuthenticationProvider
All Known Subinterfaces:
OAuthAuthenticationProvider, TrustedAppsAuthenticationProvider

public interface ImpersonatingAuthenticationProvider
extends AuthenticationProvider

Impersonating authentication providers allow to specify a user, on his behalf the request to the remote application is made. The remote application will only return content / information that is visible and accessible for this user.

Since:
3.0

Method Summary
 ApplicationLinkRequestFactory getRequestFactory(java.lang.String username)
           
 

Method Detail

getRequestFactory

ApplicationLinkRequestFactory getRequestFactory(java.lang.String username)


Copyright © 2011 Atlassian. All Rights Reserved.