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(URI serverUri, AuthenticationHandler authenticationHandler)
           
 

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.
 class OAuthAuthenticationHandler
          TODO: Document this class / interface here This class is still under construction.
 class SessionAuthenticationHandler
          TODO: Document this class / interface here This class is still under construction.
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.