com.atlassian.applinks.api.auth.types
Interface TrustedAppsAuthenticationProvider

All Superinterfaces:
AuthenticationProvider, ImpersonatingAuthenticationProvider

Deprecated.

@Deprecated
public interface TrustedAppsAuthenticationProvider
extends ImpersonatingAuthenticationProvider

Atlassian Trusted App is an authentication mode which allows a user to execute requests as himself on the remote application, assuming his account on the remote machine exists and has the same username as the user's username on local. Pass this type to the ReadOnlyApplicationLink.createAuthenticatedRequestFactory(Class) method to obtain a RequestFactory instance that uses the Trusted Apps protocol for transparent authentication.

Since:
3.0
See Also:
ReadOnlyApplicationLink.createAuthenticatedRequestFactory(Class)

Method Summary
 
Methods inherited from interface com.atlassian.applinks.api.auth.ImpersonatingAuthenticationProvider
getRequestFactory
 



Copyright © 2015 Atlassian. All rights reserved.