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

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

Uses of AuthorisationURIGenerator in com.atlassian.applinks.api
 

Subinterfaces of AuthorisationURIGenerator in com.atlassian.applinks.api
 interface ApplicationLinkRequestFactory
          Provides authenticated ApplicationLinkRequest objects.
 

Classes in com.atlassian.applinks.api that implement AuthorisationURIGenerator
 class CredentialsRequiredException
           Thrown by ApplicationLinkRequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) when the endpoint requires authentication, but no credentials are available.
 

Constructors in com.atlassian.applinks.api with parameters of type AuthorisationURIGenerator
CredentialsRequiredException(AuthorisationURIGenerator authorisationURIGenerator, String message)
           
 



Copyright © 2015 Atlassian. All rights reserved.