com.atlassian.jira.rest.client.auth
Class AnonymousAuthenticationHandler
java.lang.Object
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
Method Summary |
void |
configure(com.sun.jersey.client.apache.config.ApacheHttpClientConfig apacheHttpClientConfig)
|
void |
configure(com.sun.jersey.api.client.filter.Filterable filterable,
com.sun.jersey.api.client.Client client)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonymousAuthenticationHandler
public AnonymousAuthenticationHandler()
configure
public void configure(com.sun.jersey.client.apache.config.ApacheHttpClientConfig apacheHttpClientConfig)
- Specified by:
configure
in interface AuthenticationHandler
configure
public void configure(com.sun.jersey.api.client.filter.Filterable filterable,
com.sun.jersey.api.client.Client client)
- Specified by:
configure
in interface AuthenticationHandler
Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.