java.lang.Object
org.codelibs.fess.ds.atlassian.api.authentication.Authentication
Direct Known Subclasses:
BasicAuthentication, OAuthAuthentication

public abstract class Authentication extends Object
  • Field Details

    • httpProxy

      protected Proxy httpProxy
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • setHttpProxy

      public void setHttpProxy(String httpProxyHost, Integer httpProxyPort)
    • getCurlRequest

      public abstract org.codelibs.curl.CurlRequest getCurlRequest(Function<String,org.codelibs.curl.CurlRequest> request, String requestMethod, URL url)