Interface IssueFetcherAuthenticator

  • All Known Implementing Classes:
    BasicIssueFetcherAuthenticator

    public interface IssueFetcherAuthenticator
    Since:
    9.0
    Author:
    Maxim.Manuylov Date: 20.11.2014
    • Method Detail

      • isBasicAuth

        boolean isBasicAuth()
      • applyAuthScheme

        @Deprecated
        void applyAuthScheme​(@NotNull
                             org.apache.commons.httpclient.HttpMethod httpMethod)
        Deprecated.
        Parameters:
        httpMethod - method to apply scheme to
      • applyAuthScheme

        void applyAuthScheme​(@NotNull
                             HTTPRequestBuilder requestBuilder)
        Sets additional properties to
        Parameters:
        requestBuilder - http request builder to apply auth scheme to
        Since:
        2019.1
      • getCredentials

        @Nullable
        org.apache.commons.httpclient.Credentials getCredentials()