com.atlassian.jira.rest.client.auth
Class AnonymousAuthenticationHandler

java.lang.Object
  extended by com.atlassian.jira.rest.client.auth.AnonymousAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public class AnonymousAuthenticationHandler
extends Object
implements AuthenticationHandler

Anonymous handler - no credentials passed to the server. Only anonymously accessible operations will be possible.

Since:
v0.1

Constructor Summary
AnonymousAuthenticationHandler()
           
 
Method Summary
 void configure(com.atlassian.httpclient.api.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousAuthenticationHandler

public AnonymousAuthenticationHandler()
Method Detail

configure

public void configure(com.atlassian.httpclient.api.Request request)
Specified by:
configure in interface AuthenticationHandler


Copyright © 2013 Atlassian. All Rights Reserved.