Class AuthenticationSupport

java.lang.Object
io.jenkins.plugins.synopsys.security.scan.extension.global.AuthenticationSupport

public class AuthenticationSupport extends Object
  • Constructor Details

    • AuthenticationSupport

      public AuthenticationSupport()
  • Method Details

    • 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)
    • attemptSrmAuthentication

      public final org.apache.hc.core5.http.HttpResponse attemptSrmAuthentication(String srmUrl, String srmCredentialsId, 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)