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.atlassian.httpclient.api.Request request)
|
| 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.atlassian.httpclient.api.Request request)
- Specified by:
configure in interface AuthenticationHandler
Copyright © 2013 Atlassian. All Rights Reserved.