Class AuthenticationSupport


  • public class AuthenticationSupport
    extends Object
    • Constructor Detail

      • AuthenticationSupport

        public AuthenticationSupport()
    • Method Detail

      • attemptBlackDuckAuthentication

        public final org.apache.hc.core5.http.HttpResponse attemptBlackDuckAuthentication​(String blackDuckUrl,
                                                                                          String blackDuckCredentialsId,
                                                                                          int timeoutInSeconds)
      • attemptPolarisAuthentication

        public final org.apache.hc.core5.http.HttpResponse attemptPolarisAuthentication​(String polarisServerUrl,
                                                                                        String polarisCredentialsId,
                                                                                        int timeoutInSeconds)
      • attemptCoverityAuthentication

        public final org.apache.hc.core5.http.HttpResponse attemptCoverityAuthentication​(String coverityConnectUrl,
                                                                                         String coverityCredentialsId,
                                                                                         int timeoutInSeconds)
      • executeRequest

        public org.apache.hc.core5.http.HttpResponse executeRequest​(org.apache.hc.client5.http.classic.methods.HttpUriRequest httpUriRequest,
                                                                    int timeoutInSeconds)
      • getRequestConfig

        public org.apache.hc.client5.http.config.RequestConfig getRequestConfig​(int timeoutInSeconds)