Class AnonymousAuthenticationHandler

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

public class AnonymousAuthenticationHandler extends Object implements com.atlassian.jira.rest.client.api.AuthenticationHandler
Anonymous handler - no credentials passed to the server. Only anonymously accessible operations will be possible.
Since:
v0.1
  • Constructor Details

    • AnonymousAuthenticationHandler

      public AnonymousAuthenticationHandler()
  • Method Details

    • configure

      public void configure(com.atlassian.httpclient.api.Request.Builder builder)
      Specified by:
      configure in interface com.atlassian.jira.rest.client.api.AuthenticationHandler