Class AuthenticationSupport

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

public class AuthenticationSupport extends Object
  • Constructor Details

    • AuthenticationSupport

      public AuthenticationSupport()
  • Method Details

    • attemptBlackDuckSCAAuthentication

      public final org.apache.hc.core5.http.HttpResponse attemptBlackDuckSCAAuthentication(String blackDuckSCAUrl, String blackDuckSCACredentialsId, 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)