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

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

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

Methods in com.atlassian.jira.rest.client with parameters of type AuthenticationHandler
 JiraRestClient JiraRestClientFactory.create(java.net.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 © 2012 Atlassian Pty Ltd. All Rights Reserved.