Uses of Interface
com.atlassian.jira.rest.client.api.AuthenticationHandler

Packages that use AuthenticationHandler
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.auth   
 

Uses of AuthenticationHandler in com.atlassian.jira.rest.client.api
 

Methods in com.atlassian.jira.rest.client.api with parameters of type AuthenticationHandler
 JiraRestClient JiraRestClientFactory.create(URI serverUri, AuthenticationHandler authenticationHandler)
          Creates an instance of JiraRestClient with default HttpClient settings.
 

Uses of AuthenticationHandler in com.atlassian.jira.rest.client.auth
 

Classes in com.atlassian.jira.rest.client.auth that implement AuthenticationHandler
 class AnonymousAuthenticationHandler
          Anonymous handler - no credentials passed to the server.
 class BasicHttpAuthenticationHandler
          Handler for HTTP basic authentication.
 



Copyright © 2013 Atlassian. All Rights Reserved.