Uses of Interface
com.atlassian.applinks.api.auth.AuthenticationProvider

Packages that use AuthenticationProvider
com.atlassian.applinks.api API classes and components for interacting with the AppLinks plugin. 
com.atlassian.applinks.api.auth   
com.atlassian.applinks.api.auth.types   
 

Uses of AuthenticationProvider in com.atlassian.applinks.api
 

Method parameters in com.atlassian.applinks.api with type arguments of type AuthenticationProvider
 ApplicationLinkRequestFactory ReadOnlyApplicationLink.createAuthenticatedRequestFactory(Class<? extends AuthenticationProvider> providerClass)
          This method returns a ApplicationLinkRequestFactory initialised by the specified AuthenticationProvider.
 

Uses of AuthenticationProvider in com.atlassian.applinks.api.auth
 

Subinterfaces of AuthenticationProvider in com.atlassian.applinks.api.auth
 interface ImpersonatingAuthenticationProvider
          Impersonating authentication providers allow the caller to specify a user, on his behalf the request to the remote application is made.
 interface NonImpersonatingAuthenticationProvider
          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.
 

Classes in com.atlassian.applinks.api.auth that implement AuthenticationProvider
 class Anonymous
          This provider performs no authentication.
 

Uses of AuthenticationProvider in com.atlassian.applinks.api.auth.types
 

Subinterfaces of AuthenticationProvider in com.atlassian.applinks.api.auth.types
 interface BasicAuthenticationProvider
          TODO: Document this class / interface here
 interface CorsAuthenticationProvider
           
 interface OAuthAuthenticationProvider
          The OAuth Authentication provider indicating that OAuth is used to authenticate to the remote application.
 interface TrustedAppsAuthenticationProvider
          Deprecated. 
 interface TwoLeggedOAuthAuthenticationProvider
          The Standard 2-Legged OAuth Authentication provider.
 interface TwoLeggedOAuthWithImpersonationAuthenticationProvider
          The 2-Legged OAuth Authentication with Impersonation provider.
 



Copyright © 2015 Atlassian. All rights reserved.