Uses of Interface
com.atlassian.applinks.api.ApplicationLinkRequestFactory

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

Uses of ApplicationLinkRequestFactory in com.atlassian.applinks.api
 

Methods in com.atlassian.applinks.api that return ApplicationLinkRequestFactory
 ApplicationLinkRequestFactory ApplicationLink.createAuthenticatedRequestFactory()
          The ApplicationLinkRequestFactory returned by this method will choose a single AuthenticationProvider for automatically authenticating created Request objects.
 ApplicationLinkRequestFactory ApplicationLink.createAuthenticatedRequestFactory(java.lang.Class<? extends AuthenticationProvider> providerClass)
          This method returns a ApplicationLinkRequestFactory initialised by the specified AuthenticationProvider.
 

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

Methods in com.atlassian.applinks.api.auth that return ApplicationLinkRequestFactory
 ApplicationLinkRequestFactory NonImpersonatingAuthenticationProvider.getRequestFactory()
           
 ApplicationLinkRequestFactory ImpersonatingAuthenticationProvider.getRequestFactory(java.lang.String username)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.